- Nandu
- Posts : 4
Join date : 2012-04-16
Using RegEx to match dynamic objects of a page with macth() function in IDE
Tue May 08, 2012 5:35 pm
I have a page where all the elements are dynamic in nature and they look like below
if there are n no.of fields the id of the nth input field will be
id="PCXT74207508A6BCE03FB509E44025_pnDiscreteValue"
based on the above observation I used the following as my x-path to find the first element IDE was unable to locate the element
//input[match(@id,'PCXT.*p0DiscreteValue')]
but when I verified the same by writing a java code it was matching the id "PCXT74207508A6BCE03FB509E44025_p0DiscreteValue"
can you please help me on this issue?
Thanks in advance
if there are n no.of fields the id of the nth input field will be
id="PCXT74207508A6BCE03FB509E44025_pnDiscreteValue"
based on the above observation I used the following as my x-path to find the first element IDE was unable to locate the element
//input[match(@id,'PCXT.*p0DiscreteValue')]
but when I verified the same by writing a java code it was matching the id "PCXT74207508A6BCE03FB509E44025_p0DiscreteValue"
can you please help me on this issue?
Thanks in advance
- How Click on Dynamic Objects at Dynamic Positions in Selenium using for loop
- To count the number of objects present on the page..
- program to provide total number of objects present / available on the page
- Page Objects and testcases in Test cases Problem cSharp
- How to handle dynamic datepicker's in the same page
Permissions in this forum:
You cannot reply to topics in this forum