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

My if else statement seems to be working, however I'm not sure if it's waiting 
after clicking asdf2.png (doesn't really seem like it).

-------------------------------------
if exists("asdf1.png"):
    click("asdf2.png",10)
    wait(10)
else:
    click("asdf3.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