Is it possible to use wild card with Object Repository?
If so, how to do it?
I tried ".*" with no success.
I had -
cell[@accessiblename='Address Row 6']
and I changed it for -
cell[@accessiblename='Address Row .*']
Anything wrong?
Wild card within object repository
Re: Wild card within object repository
Change the = to ~ to switch to regex mode....
Re: Wild card within object repository
Can you, please, give me an example? In my case how it should be?
Re: Wild card within object repository
See this page http://www.ranorex.com/support/user-gui ... xpath.html and scroll to the RanoreXPath with Regular Expression section.
If this or any response has helped you, please reply to the thread stating that it worked so other people with a similar issue will know how you fixed your issue!
Ciege...
Ciege...
Re: Wild card within object repository
Hi Ciege,
Thank you very much for your great help!!!
Thank you very much for your great help!!!