[HELP] Click on specific link
-
I am trying to build a simple bot :
It should load the page and if a specific link is present on the page, it should click on it, if not, it should go to the next page and check there... and so on...
I know how to load page, how to use if / else conditionals.
I don't know how to check if link is on page and then to click on it.
Any help would be appreciated.
-
You can use " is element exists " feature by clicking on page. save it and use in if condition.