← Back to team overview

sikuli-driver team mailing list archive

[Question #676508]: findAll no longer working correctly

 

New question #676508 on Sikuli:
https://answers.launchpad.net/sikuli/+question/676508

So far I have been using findAll without any issues.
But since I switched to version 1.14 of SikuliX it often fails to find all instances of an image.

I am running the same script (with the exception of having a region) on the same UI as I did with earlier versions where it worked flawlessly.
But now my loop

for x in reg.findAll(image.png)
    reg.click(x)

often fails to click on all instances of the image. It usually omits 1-2 instances out of 5 on screen. On the screen, the images are all within the defined region reg.

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