Skip to main content

Click Target

System·v1.0.6
SystemLow risk

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.

Inputs

NameTypeRequiredDefaultDescription
Window Title (contains)
windowTitle
stringOptional
Process Name
processName
stringOptional
Element Name
controlName
stringOptional
Element Type
controlType
enumOptional
buttonedittextcheckboxradiobuttoncomboboxlistlistitemmenuitemtabtabitemhyperlinkimagepanewindow
Automation Id
automationId
stringOptional
Class Name
className
stringOptional
X (fallback coordinate)
pointX
numberOptional
Y (fallback coordinate)
pointY
numberOptional
Mouse Button
mouseButton
enumOptionalleft
leftright
CSS Selector (browser)
css
stringOptional
XPath (browser)
xpath
stringOptional
Visible Text (browser)
elementText
stringOptional
Near Label (browser)
anchorText
stringOptional
Browser Variable
browserInstance
variableOptional
Output Variable
outputVariable
variableOptionalClickResult

Output

$outputVariableObject

Result: acted, resolved, strategyUsed, confidence, healed, element

Compatibility

WindowsLinuxDesktopAttendedUnattended

Related activities