sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #21197
Re: [Question #236034]: NameError: global name 'Rectangle' is not defined
Question #236034 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/236034
RaiMan proposed the following answer:
If you have a saved image from one machine:
if region_on_current_machine.exists(Pattern(saved_image_from_other_machine).exact()):
print "equal"
else
print "not equal"
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.