sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #01605
Re: [Question #147471]: sikuli script with looping
Question #147471 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/147471
RaiMan proposed the following answer:
You should learn some Python to get independent ;-)
this was an easy one: the colons are missing
click( )
while exists( " " ):
click( )
while not exists( " " ):
wait(3)
click( )
... I could say this was a test for you --- but I don't: Sorry, my fault
:-(
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.