← Back to team overview

sikuli-driver team mailing list archive

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.