← Back to team overview

sikuli-driver team mailing list archive

[Bug 1409098] Re: findAll limited to 100 matches

 

There was a question about this here:
https://answers.launchpad.net/sikuli/+question/172529

Unfortunately the answer given no longer works:

   Best Tsung-Hsiang Chang (vgod) said on 2011-09-28:   #1

   This's not documented yet, but there's a parameter "FindAllMaxReturn" to change this.
   For example,
   from org.sikuli.script.natives import Vision
   Vision.setParameter("FindAllMaxReturn", 1000)

-- 
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1409098

Title:
  findAll limited to 100 matches

Status in Sikuli:
  New

Bug description:
  Calls to findAll seem to report at most 100 matches., silently
  discarding any further matches.  Suggest findAll be configurable to
  specify the maximum number of matches, even if the default is 100, in
  the same way that similarity defaults to 0.7 but can be configured.
  Also suggest that if the max is exceeded, an exception is thrown so
  that missing matches can be spotted easily

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1409098/+subscriptions


References