- Documentation
- Activities
- System
- Type Into Target
Find a text field on the desktop or in the browser (CSS, XPath, visible text) via the Locator Engine, then type into it. Optionally clears the field first. The text is never logged, so it is safe for passwords and other secrets. Give a Browser Variable to target the open browser.
Inputs
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
Window Title (contains) windowTitle | string | Optional | — | — |
Process Name processName | string | Optional | — | — |
Field Name controlName | string | Optional | — | — |
Field Type controlType | enum | Optional | edit | —editcomboboxdocumenttext |
Automation Id automationId | string | Optional | — | — |
Class Name className | string | Optional | — | — |
X (fallback coordinate) pointX | number | Optional | — | — |
Y (fallback coordinate) pointY | number | Optional | — | — |
Text text | string | Required | — | — |
Clear field first clearFirst | boolean | Optional | false | — |
CSS Selector (browser) css | string | Optional | — | — |
XPath (browser) xpath | string | Optional | — | — |
Visible Text (browser) elementText | string | Optional | — | — |
Near Label (browser) anchorText | string | Optional | — | — |
Browser Variable browserInstance | variable | Optional | — | — |
Output Variable outputVariable | variable | Optional | TypeResult | — |
Output
$outputVariableObjectResult: acted, resolved, strategyUsed, confidence, healed, element
Compatibility
WindowsLinuxDesktopAttendedUnattended
Related activities
Clear Clipboard
Clear all content from the system clipboard
Click Target
Find a UI element on the desktop (name, type, automation id, class) or in the browser (CSS, XPath, visible text), or by coordinate, then click it. The Locator Engine picks the best strategy automatically and heals to a fallback when the primary one fails. Give a Browser Variable to target the open browser.
Close Application
Close a running application or process
Delay
Pause the execution for a specified amount of time
Get Display State
Read the current monitor layout: resolution, DPI, scale, and count. Capture it as a baseline early, then compare after an RDP reconnect to detect a display change and branch into recovery.
Get from Clipboard
Get the text currently copied to your clipboard