Question #632476 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/632476
masuo posted a new comment:
@argh
"asdf2.png" is typo ?
@RaiMan's codes do not contain "asdf2.png".
I recommend to use user log feature.
[example:]
Settings.UserLogs = True
Settings.UserLogTimes = True
Debug.user("check point-1")
if exists("asdf1.png"):
Debug.user("check point-2")
click("asdf2.png",10)
Debug.user("check point-3")
wait(10)
Debug.user("check point-4")
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