Forum Discussion
- AshokaNew Contributor
Using Python script with test complete tool. Find web object and if web object found next step is to navigate next line and click on the URL link. Why i am trying this because URL link is dynamic.
Is it possible to traverse in web page using regular expression? if yes please let me know the syntax.
- cunderwCommunity Hero
If you don't want to go the name mapping route there are several find methods available to Test Complete objects.
- AshokaNew Contributor
Thanks for response.
My question is after matching web object I need to go to next line form matched object and I need to click on URL link.
Please find the attachedscreenshot.
Eg: Found "Login Page" underneath there is a URL link I need to click on the url link, Here I cant search URL link because its dynamic.
Please let me know the solution in regex or any other ways