← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #245479]: how to find and check an image

 

Question #245479 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/245479

    Status: Open => Answered

obiwan-92 proposed the following answer:
Hello.

First replace popup(myImage) by popup(str(myImage)).

Then :
click (navi)
sleep(1)
try:
    myImage = find(myImage)
    hover(myImage)
    popup('Image found at ' + str(myImage))
except:
    popup('not found')
should be better.

Regards.

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.