Hi everyone. I am facing a problem with a textNode object. I have a function that runs in a loop (7 times maximum) and clicks this object - until it is no longer visible. But... somt...
How are you obtaining the object? Try using the Wait methods for this. Also, it may help if you call the Refresh method of the object before clicking it.