Method Text
Text(string, int?)
Simulates typing a string of text.
Declaration
void Text(string text, int? delayMs = null)
Parameters
| Type | Name | Description |
|---|---|---|
| string | text | The text to type. |
| int? | delayMs | Optional delay (in milliseconds) between each character. Uses KeyPressDelay if not specified. |