sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #57131
Re: [Question #696816]: Scroll until
Question #696816 on SikuliX changed:
https://answers.launchpad.net/sikuli/+question/696816
masuo proposed the following answer:
Let's recognize where sikuli find the image(complete scroll) on the screen.
Insert this codes after "while True" and run script, you will find out where it is.
If it's an unexpected location, try changing the image or changing the similarity.
m = exists(complete scroll)
if m:
m.highlight(3)
--
You received this question notification because your team Sikuli Drivers
is an answer contact for SikuliX.