05-25-2010, 10:24 AM
I want to use regular expression for the link because on click of every link,it navigates to new web page.
The code is written below:
Here ‘Next’ is present on every web page and instead of using Data Table, i want to use regular expression in the Object Repository.
Please tell me which syntax of the regular expression i used in this.
Thanks in advance…….
Regards,
Anu
The code is written below:
Code:
Browser(“Browser”).Page(“Page”).Link(“Next”).Click
Here ‘Next’ is present on every web page and instead of using Data Table, i want to use regular expression in the Object Repository.
Please tell me which syntax of the regular expression i used in this.
Thanks in advance…….
Regards,
Anu