sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #56829
[Bug 1917412] [NEW] findBest() is not working in 2.0.5. used to work in 2.0.4
Public bug reported:
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
** 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/1917412
Title:
findBest() is not working in 2.0.5. used to work in 2.0.4
Status in Sikuli:
New
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
Follow ups