sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #36063
Re: [Question #279271]: When tests are run using xmlrunner the cursor moves to the end of the screen
Question #279271 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/279271
Status: Open => Answered
RaiMan proposed the following answer:
click(Pattern("1449589339439.png").similar(0.90).targetOffset(-29,-2))
If this does not crash with a FindFailed, the it finds something.
Try this:
m = Pattern("1449589339439.png").similar(0.90).targetOffset(-29,-2)
m.highlight(2)
click(m)
so you can see what is found.
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.