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.

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to