Method SendText
SendText(string)
Emulates typing in the keys representing the given string.
public virtual bool SendText(string text)
Parameters
text
stringThe string, containing only US ASCII characters, to type.
Returns
Remarks
Currently only the ASCII letters are universally supported. Digits and punctuation characters can be used with the standard QWERTY (US) keyboard layout but may not work with other layouts.