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.

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to