← Back to team overview

sikuli-driver team mailing list archive

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.