Type Into
Description
The Type Into activity allows you to type into a text field of an indicated 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. | |
Before Type | Click | bool | If selected, the text field is clicked before the text is written. |
Double Click | bool | If selected, the text field is double-clicked before the text is written. | |
Empty Filed | bool | If selected, all the existing content in the text field will be erased before the text is written. | |
Set Focus | bool | Sets keyboard focus to the text field. | |
Input | Selector | In<string> | String of characters that identifies the location of the window. |
Misc | Delay Between Keys | In<Int32> | The amount of time (in miliseconds) to wait between each keystroke. |
Text | bool | The text to type into. | |
Options | Element | In<UiElement> | Uses variable with type = "UIElement" as input instead of selector string. |
Input Window | In<WindowApp> | The window page to action this activity. This field only supports the WindowApp variable |