← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #264483]: 1.0.1 how to run sikuli script from command line

 

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

    Status: Solved => Open

eduardobedoya is still having a problem:
Hi Raiman, please tell me, is it really necessary to wait for one second
after running this? why is that? thanks

def runMySikuliScript(event):
    runScript("C:\Sikuli\Scripts\MySikuliScript")
Env.addHotkey(Key.F12, KeyModifier.CTRL+KeyModifier.SHIFT, runMySikuliScript)

while True:
    wait(1)

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