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

masuo proposed the following answer:
I think that exists() feature is useful in this case.

if exists("orange.png",0):
    click("orange.png")
elif exists("mango.png",0):
    click("mango.png")
elif exists("apple.png",0):
    click("apple.png")

-- 
You received this question notification because your team Sikuli Drivers
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