I have a button in web page, which opens another web page in another tab in the same window. In that newly opened tab I have to click on another button. How can i achieve this task. The challenge for me is, every time the button is click on the first web page, it opens a different web site.
To ensure your robot works as intended it is important you identify these buttons in the best way possible.
The concept to make this work should be quite easy. It really depends how the website is built though. From what I can tell it should suffice to use the Click activity to click the first button. Again here it is important how you target this button.
Now when you arrive on the new page, simply click the Finish button. Also here it is very important you use the right selector to find the “Finish” button.
Play around with the selectors and keep improving them. If you’re struggling let us know.
Just to add on, make sure you’re using as few (reliable) selectors as possible and replacing any dynamic portions of selectors (titles, URLs, randomized IDs, etc.) with wildcards.