Hello all, I want the robot to check weather a website say ‘xyz.com’ exits as tab in a chrome browser, if not it should launch chrome > enter the website and proceed further with other activities.
I have completed the above scenario and put both the workflows in a Try catch activity.
In a scenario where the tab of the website exists, the robot still launches a new web browser and enters the website.
Can someone please guide me on this?
Instead of using get text, you can directly use “if exist activity” and use selectors to make sure that the required URL is selected. And then use if condition to make sure that the chrome is opened and then execute later part.