Question #661313 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/661313
Status: Open => Answered
RaiMan proposed the following answer:
- your region is an area on the screen top left at (200, 200) with a
size of (1700 x 825)
- your image is a png image file at the given path
- with Pattern(image).exact() you say, that the image should be seen in
the region exactly as it is at time of region.exists()
- at time of region.exists() SikuliX makes a screenshot of the region
area and checks, wether the image is found somewhere in that screenshot
(see how it works:
http://sikulix-2014.readthedocs.io/en/latest/basicinfo.html#sikulix-how-
does-it-find-images-on-the-screen)
So I do not understand your problem.
--
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