← Back to team overview

sikuli-driver team mailing list archive

[Question #632476]: Wait after click?

 

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.