← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #211397]: Sikuli speed

 

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

    Status: Open => Answered

RaiMan proposed the following answer:
faster: currently no (see above comment)

slower:
def myType(text, pause = 0.1):
    for c in text:
          type(c)
          wait(pause)

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