← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #256102]: Looping entire Script X times, also repeats specific line action x times

 

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

    Status: Open => Answered

RaiMan proposed the following answer:
ok, now it is clear:

for i in range(4):
    type("A")
    for i in range(i+1):
        type(Key.ENTER)

You might read these faq's:
faq 1437
faq 1800
faq 1858

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