← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #243766]: sikuli is too slow? I can speed up?

 

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.