← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #268497]: how to low down the execution rate of Sikuli

 

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

    Status: Open => Answered

RaiMan proposed the following answer:
Not seen this before.

you might try:

Settings.TypeDelay = 0.1
type("18151073681")

this inserts a pause of about 100 milliseconds between every typed digit
(find your value)

the Settings.TypeDelay is a use-and-forget option (only used with the
next type, then reset to 0).

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