← Back to team overview

sikuli-driver team mailing list archive

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

Mauro Edmundo Vargas Veloz proposed the following answer:
count = 1
while (count < 10):
 click("460450485686722.png")
 count = count + 1
print ("finish")

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.