← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #255684]: Sikuli script regarding loops with Python.

 

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

    Status: Open => Answered

RaiMan proposed the following answer:
uups, that is tedious, sorry.

see above

- 1. while <some condition>:

and the example

# --- this loops forever
while True:

and guess again ;-)

solution:
<some condition> is replaced by True for an endless loop.

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.