sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #49816
Re: [Question #676840]: Inconsistent behaviour of SIkuli code run
Question #676840 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/676840
RaiMan proposed the following answer:
The search speed for one search try
1. gets faster the smaller the search region
2. gets faster the smaller the difference of size between search region
and image to be searched
where 1. has the most effect.
Search trials are repeated until waittime (standard 3 secs) has
elapsed.
find() and has() do only one search trial (do not wait)
exists() and wait() have a second parameter to specify the waittime,
which can be set to 0 (no wait, only one trial)
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.