Hi. I want to get only visible a hrefs and buttons from the browser and then click on one by random by moving the mouse pointer to the element and performing click. How to do it?
I think you could use another thread with the browser to accomplish this. And saving the necessary data to a resource / global variable, then using this data in the new thread, whether with the browser or whatever needs to be done.