← Back to team overview

sikuli-driver team mailing list archive

[Question #695612]: Highlight object return by findBest

 

New question #695612 on Sikuli:
https://answers.launchpad.net/sikuli/+question/695612

Hi
i would like to highlight the object return by findBest. currently i get an error when i do so
    ooo=findBest("Create.png")
    ooo.highlight(2)


basically it returns a match
ERROR
    ooo.highlight(2)
AttributeError: 'NoneType' object has no attribute 'highlight'

any help would be appreciated

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.