sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #42470
Re: [Question #632476]: Wait after click?
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.