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

    Status: Open => Answered

Brian Redmond proposed the following answer:
http://docs.python.org/2/tutorial/controlflow.html

def create_client(id):
    type("n", KeyModifier.ALT)
    type("i")
    type("n", KeyModifier.CTRL)
    wait("IZI1IClassif.png")
    paste("Sikuli Test Client" + id)
    ...........

for x in range(1, 10):
    create_client(id)

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

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to