sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #36074
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:
apparently something was found
[debug] P(1449671558474.png) S: 0.9 T: -27,-2 has appeared.
[log] CLICK on L(1650,190)@S(0)[0,0 1895x1085]
... but the image filename is not in the above snippet.
You might try with version 1.1.0, that gives more precise debug
messages.
to isolate your problem, you should reduce your script to one working click and the not working click using this template:
(sorry, the highlight idea above was simply rubbish ;-)
m = find(Pattern("1449589339439.png").similar(0.90).targetOffset(-29,-2))
m.highlight(2)
click(m)
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.