Keyboard Type
Description
This activity allows you type text with special keyboard key on a window.
Properties
Category | Property | Type | Description |
---|---|---|---|
Common | Continue On Error | bool | Specifies whether automation should continue even if the activity raises an error |
Delay After | In(int) | Delay time (in milliseconds) after executing the activity. The default amount of time is 300 milliseconds. | |
Delay Before | In(int) | Delay time (in milliseconds) before the activity begins performing any operations. The default amount of time is 300 milliseconds. | |
Misc | Delay Between Keys | In<Int32> | The amount of time (in miliseconds) to wait between each keystroke. |
Text | In<string> | The text to type into. | |
Options | Input Window | In<WindowApp> | The window page to action this activity. This field only supports the WindowApp variable |