← Back to team overview

sikuli-driver team mailing list archive

[Bug 1322367] Re: Typing speed option

 

With version 1.0.1+ this is an option:

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

this will insert a delay of 500 msec between every keystroke of the next
following type, which resets it to 0 again (actually a delay of 0.020 is
generally applied)

** Changed in: sikuli
       Status: New => Fix Released

** Changed in: sikuli
    Milestone: None => 1.0.0

** Summary changed:

- Typing speed option
+ Typing speed option --- available with 1.0.1+

-- 
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1322367

Title:
  Typing speed option --- available with 1.0.1+

Status in Sikuli:
  Fix Released

Bug description:
  I was searching to see if there was a way to change the rate between
  keystrokes and found
  https://answers.launchpad.net/sikuli/+question/178012. So it seems
  like it's not implemented as of rc3, but wonder if there's open
  request for it. If not, would like to formally post one.

  The application I'm using it to automate uses RDP and sometimes appear
  to drop keystrokes, particularly for longer strings. Also due to
  security restrictions, some parts of the application do not allow for
  copy and paste.

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1322367/+subscriptions


References