← Back to team overview

sikuli-driver team mailing list archive

[Question #213034]: Repeat this simple script

 

New question #213034 on Sikuli:
https://answers.launchpad.net/sikuli/+question/213034

Hi,

I know it is probably simple but I don't get it.
I learn when I see it.
How do I repeat this :

doubleClick("1351808176532.png") //open notepadd on desktop
wait(2)
click("Q.png") // close notepadd

I have to put this ?

while True:
doubleClick("1351808176532.png") //open notepadd on desktop
wait(2)
click("Q.png") // close notepadd

thank you !




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