sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #45525
Re: [Question #663281]: Faster reaction
Question #663281 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/663281
Status: Open => Answered
RaiMan proposed the following answer:
make search region as small as possible around the place where you
expect the image to appear.
instead of
click(image)
use
someRegion.click(image)
see:
http://sikulix-2014.readthedocs.io/en/latest/basicinfo.html#sikulix-how-does-it-find-images-on-the-screen
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.