sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #42879
Re: [Question #644291]: How to get a command to repeat about 10 times
Question #644291 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/644291
Status: Open => Answered
Manfred Hampl proposed the following answer:
Standard Python syntax
https://wiki.python.org/moin/ForLoop
for n in range(0, 10):
click()
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.