← Back to team overview

sikuli-driver team mailing list archive

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

 

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.