- yashu07
- Posts : 4
Join date : 2012-04-11
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?
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?
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..
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..
- yashu07
- Posts : 4
Join date : 2012-04-11
Re: Unable to read the Dynamic Data
Wed Apr 11, 2012 12:19 pm
Even after using the x-path also the error persist.
- yashu07
- Posts : 4
Join date : 2012-04-11
Re: Unable to read the Dynamic Data
Wed Apr 11, 2012 12:24 pm
i can't give u the url..
- yashu07
- Posts : 4
Join date : 2012-04-11
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.
- anjalivaswani
- Posts : 2
Join date : 2012-06-01
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']
Permissions in this forum:
You cannot reply to topics in this forum