Send Keyboard Input - Add Delay Between Chars

It would be helpful to have an optional delay between sending keystrokes to a control i.e. send the keystrokes "test" with a 1 sec delay between them like "t-e-s-t".

TJ

Hi Tim,

I'll add your request to the feature request list for a future version, in the mean time you'll need to split the string and send one character at a time, I've attached an example project which demonstrates one way to do this.

Regards,
Paul

GUIAuto.zip (2.501 KB)