Simulates typing a string of text.
public void TypeText(Interactive target, string text, int keyInterval = 50)
The target control to receive the events.
The text to type.
Time between key presses in milliseconds.