← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #688352]: Mouse stuck in loop

 

Question #688352 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/688352

    Status: Open => Answered

RaiMan proposed the following answer:
Hope you using the latest version (2.0.2 sice yesterday) ;-)

Depending on the size of the region (BTW: Reg should be reg by
convention: names starting with lowercase are variable names, whereas
upppercase signals a class name), the avarage 3 searches (max 6) in a
row might take too long.

Using onAppear or waitVanish would not help either, since the events
internally are handled in a row too.

Have a look at findAny
(https://sikulix-2014.readthedocs.io/en/latest/region.html#Region.findAny),
which runs the searches in parallel internally

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.