- Documentation
- Activities
- Desktop
- Click Target
Find something on screen and click it, on the desktop or in a browser
Inputs
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
Window Title (contains) windowTitle | string | Optional | — | — |
Process Name processName | string | Optional | — | — |
Element Name controlName | string | Optional | — | — |
Element Type controlType | enum | Optional | — | —buttonedittextcheckboxradiobuttoncomboboxlistlistitemmenuitemtabtabitemhyperlinkimagepanewindow |
Automation Id automationId | string | Optional | — | — |
Class Name className | string | Optional | — | — |
X (fallback coordinate) pointX | number | Optional | — | — |
Y (fallback coordinate) pointY | number | Optional | — | — |
Mouse Button mouseButton | enum | Optional | left | —leftright |
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 | ClickResult | — |
Output
$outputVariableObjectResult: acted, resolved, strategyUsed, confidence, healed, element
Compatibility
WindowsLinuxAttendedUnattended
Related activities
Close Application
Close a running application or process
Get Display State
Read the screen layout: size, scale, and how many monitors
Get Screen Resolution
Get the width and height of the display
Recover Window
Bring an application window back to the front, even if minimised or hidden
Take Screenshot
Capture an image of the current screen
Type Into Target
Find a box on screen and type into it. What you type is never written to the log