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.
_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help : https://help.launchpad.net/ListHelp