Question #668018 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/668018
Status: Open => Solved
Marc Summers confirmed that the question is solved:
They said it could not be done,
this is how it is done:
found = 0
while(found == 0):
try:
for i in findAll("1524078692187.png"):
hover(i)
if find("1524078692187.png"):
found = 1
break
except FindFailed:
wheel(Location(600, 450),WHEEL_DOWN,7)
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.
_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help : https://help.launchpad.net/ListHelp