Selenium Forum: Functional And Regression Testing Tool.
Would you like to react to this message? Create an account in a few clicks or log in to continue.
Search
Display results as :
Advanced Search
Latest topics
AEM Training | Free Online DemoWed Apr 21, 2021 5:45 pmazharuddin
c# PageFactory - issue initializing elementsFri Nov 01, 2019 8:40 pmthegoatboy
Selenium making automatic connection to random urlsMon Jul 08, 2019 12:58 pmrepairtechsolutions1
How can we design the custom framework in Selenium RCMon Jun 24, 2019 2:26 pmrandybonnettes
What are the new features in Selenium 3.0Tue Jun 18, 2019 5:37 pmpappyvicky
What are you using Selenium for? Fri Apr 12, 2019 3:52 amzhl
LIMITATIONS OF SELENIUMWed Apr 10, 2019 11:23 amswara
Navigation
 Portal
 Index
 Memberlist
 Profile
 FAQ
 Search

Go down
avatar
yashu07
Posts : 4
Join date : 2012-04-11

Unable to read the Dynamic Data Empty Unable to read the Dynamic Data

Wed Apr 11, 2012 12:00 pm
Hi all,

I'm new to selenium and i'm working with a website where in form the data is dynamic a i tried recording with selenium, with no use.

My question is hoe to record a dynamically changing data?
rohit13
rohit13
Master
Master
Posts : 180
Join date : 2012-03-29
Age : 37
Location : INDIA
http://radical-qa.blogspot.in/

Unable to read the Dynamic Data Empty Re: Unable to read the Dynamic Data

Wed Apr 11, 2012 12:13 pm
Is it like that ID of element changes dynamically??

When ID changes dynamically, you need to locate element by Xpath, or class, or name or value.

Let me know whether you are looking for same or what..
avatar
yashu07
Posts : 4
Join date : 2012-04-11

Unable to read the Dynamic Data Empty Re: Unable to read the Dynamic Data

Wed Apr 11, 2012 12:19 pm
Even after using the x-path also the error persist.
avatar
tarun3kumar
Master
Master
Posts : 186
Join date : 2012-02-14
http://seleniumtests.com

Unable to read the Dynamic Data Empty Re: Unable to read the Dynamic Data

Wed Apr 11, 2012 12:22 pm
Can you post html of you application?
avatar
yashu07
Posts : 4
Join date : 2012-04-11

Unable to read the Dynamic Data Empty Re: Unable to read the Dynamic Data

Wed Apr 11, 2012 12:24 pm
i can't give u the url..
avatar
yashu07
Posts : 4
Join date : 2012-04-11

Unable to read the Dynamic Data Empty Re: Unable to read the Dynamic Data

Wed Apr 11, 2012 12:29 pm
Below is a image i uploaded it fr u.. in that form the "Printed Universal Crossword, 04/10/12 edition April 11, 2012, 10:30 a.m.", will dynamically change fr every hour i want to record dis step.
avatar
tarun3kumar
Master
Master
Posts : 186
Join date : 2012-02-14
http://seleniumtests.com

Unable to read the Dynamic Data Empty Re: Unable to read the Dynamic Data

Wed Apr 11, 2012 12:40 pm
Where is the image?
avatar
anjalivaswani
Posts : 2
Join date : 2012-06-01

Unable to read the Dynamic Data Empty Re: Unable to read the Dynamic Data

Fri Jun 01, 2012 7:13 pm
You can try pattern matching like //div[contains(@id,'test_')] or you can try //input[@value='Command name']
Sponsored content

Unable to read the Dynamic Data Empty Re: Unable to read the Dynamic Data

Back to top
Permissions in this forum:
You cannot reply to topics in this forum