← Back to team overview

sikuli-driver team mailing list archive

[Question #667481]: How to speed up script

 

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

Hello
Its my script
for step in range(99999):
    wait("1522495093423.png", 99999999999)
    click(Pattern("1522495093423.png").targetOffset(0,33))
    sleep(1.0)
    type("e")
    sleep(0.1)
    type("f")
    sleep(10.0)
    wait(Pattern("1522496447516.png").targetOffset(19,-189), 99999999)
    click(Pattern("1522496447516.png").targetOffset(19,-189))
    sleep(0.2)
What i can do to make sikuli use this script faster i mean faster findimage faster move mouse(best if teleport) and other things do faster. Can somone help me i will be grateful.

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