Skip to content
On this page

Type Into

Description

The Type Into activity allows you to type into a text field of an indicated window.

Properties

CategoryPropertyTypeDescription
CommonContinue On ErrorboolSpecifies whether automation should continue even if the activity raises an error
Delay AfterIn(int)Delay time (in milliseconds) after executing the activity. The default amount of time is 300 milliseconds.
Delay BeforeIn(int)Delay time (in milliseconds) before the activity begins performing any operations. The default amount of time is 300 milliseconds.
Before TypeClickboolIf selected, the text field is clicked before the text is written.
Double ClickboolIf selected, the text field is double-clicked before the text is written.
Empty FiledboolIf selected, all the existing content in the text field will be erased before the text is written.
Set FocusboolSets keyboard focus to the text field.
InputSelectorIn<string>String of characters that identifies the location of the window.
MiscDelay Between KeysIn<Int32>The amount of time (in miliseconds) to wait between each keystroke.
TextboolThe text to type into.
OptionsElementIn<UiElement>Uses variable with type = "UIElement" as input instead of selector string.
Input WindowIn<WindowApp>The window page to action this activity. This field only supports the WindowApp variable

A product of IRTech Company