sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #45669
Re: [Question #663806]: Comparing Image with Upper and Lower limit
Question #663806 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/663806
Status: Open => Answered
RaiMan proposed the following answer:
you might try with findBest() or findAny(), depending on what suits better.
see docs:
http://sikulix-2014.readthedocs.io/en/latest/region.html#find-more-than-one-image-in-a-region-at-the-same-time
Only available in 1.1.2 nightly!
In an earlier version, you have to use 2 exists() one after the other
and work with the match results.
Advantage of the 1.1.2 features:
are run in parallel against the same screen/region content
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.