New question #172529 on Sikuli: https://answers.launchpad.net/sikuli/+question/172529
There appears to be a 100 match limitation on the findAll() method. In other words, if an image [img] appears 1000 times on the screen the following seems to always return a count of 100: a = findAll([img]) print str(len(list(a))) Is there any way to increase this limit? -- 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

