← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #263110]: how to sikuli also slow text printing

 

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

    Status: Open => Answered

RaiMan proposed the following answer:
if you are using type(), then with version 1.0.1+ you have this:

Settings.TypeDelay = 0.5
type("some text")

this will:
- insert a pause of 500 milliseconds between each character
- be reset to 0.0 after the type() (one time usage)
- cut the given value to max 1 second

if you are using paste():
this is as it is (simulates a ctrl-v)

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