Question #243766 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/243766
Status: Open => Answered
RaiMan proposed the following answer:
The smaller the region, that is to be searched, the faster.
So if ever possible tell Sikuli in what area to search.
I guess you are working on a rather big screen with a rather slow
processor/little ram.
the principle:
instead of
click(some_image) # searches whole screen
use
some_region.click(some_image)
there are many ways to define a suitable region: just look in the docs
and the tons of examples in the net.
--
You received this question notification because you are a member of
Sikuli Drivers, which 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