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

Description changed to:
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
instance out of 4-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.

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to