← Back to team overview

sikuli-driver team mailing list archive

[Bug 1917412] Re: findBest() is not working in 2.0.5. used to work in 2.0.4

 

** Changed in: sikuli
       Status: New => In Progress

** Changed in: sikuli
   Importance: Undecided => Medium

** Changed in: sikuli
     Assignee: (unassigned) => RaiMan (raimund-hocke)

** Changed in: sikuli
    Milestone: None => 2.0.6

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

Title:
  findBest() is not working in 2.0.5. used to work in 2.0.4

Status in SikuliX:
  In Progress

Bug description:
  i am using below code
    old=findBest(["RichMediaToolsFeat","RichMediaToolsLocal"])
      old.highlight(2)

  same code works in 2.0.4 however in latest build returns None

  output: in 2.0.5
      old.highlight(2)
  AttributeError: 'NoneType' object has no attribute 'highlight'
  though image is present on screen

  output 2.0.4
  image is found and highlighted

  request to suggest workaround as this makes build unusable for us

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



References