Any text
>XPATH> //*[text()[contains(.,"abc")]]Any links
>XPATH> //*[contains(@href,"abc")]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.
@andykaufseo In these days you complete your project according to these logics.