I want to make a little script that make the mouse moves until the icon changes, but I'm not having success with it...
Here it's what I'm trying
def enterLink():
mouseMove(*position[4])
for win32gui.GetCursorInfo()[1] == 65567:
mouseMove(*position[5])
mouseMove(*position[4])
How I have to do this? The commands are correct =/
thank you
edit:
I want the mouse cursor moving to one location to another until the area becomes a link... For example, the page could take 5 minutes to load, so, the mouse cursor will be moving around until the page loads completely and the area become a link.