← Back to team overview

sikuli-driver team mailing list archive

[Bug 906835] [NEW] Match does not always work

 

Public bug reported:

Running on Ubuntu 10.10 64-bit.
Calling find() or click() does not always return the best match.
This can be seen in the pattern settings (target offset) as well as in an application.
If findAll() is called and the list printed out, the best match always appears first (correctly)
and the matching preview in the pattern settings also displays the best match correctly.

I can use code such as

def findBest(PS):
    m = findAll(PS)
    return m.next()

to replace find(), though this is slower

** Affects: sikuli
     Importance: Undecided
         Status: New

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

Title:
  Match does not always work

Status in Sikuli:
  New

Bug description:
  Running on Ubuntu 10.10 64-bit.
  Calling find() or click() does not always return the best match.
  This can be seen in the pattern settings (target offset) as well as in an application.
  If findAll() is called and the list printed out, the best match always appears first (correctly)
  and the matching preview in the pattern settings also displays the best match correctly.

  I can use code such as

  def findBest(PS):
      m = findAll(PS)
      return m.next()

  to replace find(), though this is slower

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


Follow ups

References