sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #46926
Re: [Question #668018]: scroll down until image is seen on screen
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.