[Sikuli-driver] [Question #172529]: 100 item limit on findAll()

2011-09-27 Thread David Lyons
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]) p

Re: [Sikuli-driver] [Question #172529]: 100 item limit on findAll()

2011-09-27 Thread Tsung-Hsiang Chang
Question #172529 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/172529 Status: Open => Answered Tsung-Hsiang Chang proposed the following answer: This's not documented yet, but there's a parameter "FindAllMaxReturn" to change this. For example, from org.sikuli.script.nati