sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #25513
Re: [Question #247662]: Typing slower?
Question #247662 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/247662
RaiMan proposed the following answer:
Since version 1.0.1 this is available: (same approach as DenisD
supposed, but done internally)
Settings.TypeDelay = 0.5 # delay in secs after each typed character
type("some text")
This is only for the next following type, hence if needed, you have to
precede every type with a Settings.TypeDelay.
The value is automatically restricted to max 1 sec (a value > 1 is reset
to 1)
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.