Page 1 of 1

Unable to set path

Posted: Mon Feb 16, 2015 6:14 am
by prasanna
Hi,
I'm trying to give path of text box directly in code by using view spy without adding it to repository , on clicking add button we get new text box and id is getting incremented. If we enter text in first text box then second text box should be identified to enter text. I'm using some regular expressions [0-9] but i'm unable to set path correctly. please can anyone help me
textbox1 path is /dom//input[#'10000001_description']
textbox2 path is /dom//input[#'10000002_description']

Re: Unable to set path

Posted: Mon Feb 16, 2015 12:44 pm
by Support Team
Hi prasanna,

Could it be that a college of yours already asked the same question here: http://www.ranorex.com/forum/viewtopic. ... 524#p30524?
If so, please don't post the same question twice.
Please add all the requested information to the other post.

Thanks,
Markus

Re: Unable to set path

Posted: Mon Feb 16, 2015 1:14 pm
by prasanna
could you please explain how to use regular expression for the above case

Re: Unable to set path

Posted: Tue Feb 17, 2015 3:49 pm
by Support Team
Hi prasanna,

Please see: http://www.ranorex.com/forum/how-to-han ... tml#p30578 for the answer.

Regards,
Markus

Re: Unable to set path

Posted: Wed Feb 18, 2015 5:32 am
by prasanna
Thankyou