Question #658728 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/658728

    Status: Open => Answered

Roman Podolyan proposed the following answer:
You have to figure where to put it in your script. As I don't see you
full code, I can't.  If, say, your code should work first and then just
"sit and wait and click occasional images", you should put "while True:
..." part in the very end of your script.

"while True: loop" captures the execution flow, and if put before some
commands execution never reach that commands.

-- 
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     : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to