Question #253471 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/253471
Status: Open => Answered
Eugene S proposed the following answer:
Hi,
Please make sure:
1. The full pattern is on the screen and nothing is blocking it or any parts of
it.
2. The saved image is exactly the same as the screen pattern. Even smallest
deviations matter. T do that, you can just take an additional image and compare
both of them side by side.
3. There is enough time to catch the image. Maybe your script expects the image
too early or too late. To eliminate this option you can try a simple test:
while True:
if exists("1408733296651.png"):
print "Image found!"
then run it and see if that responds as expected.
Cheers,
Eugene
--
You received this question notification because you are a member of
Sikuli Drivers, which 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