sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #09692
Re: [Question #192635]: Issue with Indentation
Question #192635 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/192635
RaiMan posted a new comment:
one more thing:
if exists("3Cratrule.png"): click("3Cratrule.png")
better:
if exists("3Cratrule.png"):click(getLastMatch())
saves you one second ;-) (the additional search with the click)
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.