Hi everybody,
I hope you can help:
I am trying to let the macro find a text on the page using xpath=//*[text()[contains(.,‘TEXT HERE’)]] and click it. The find works, but I want the macro to click the text (link) and scroll to the next instance if the same text.
If I loop the command and if I manually scroll, it works but not automatically.
How can I let the macro scroll to the next instance and click and the next and click ect.