Skip to main content

Click Action

Click Action simulates a click of the specified mouse button on a specified control or screen point. It supports single and double clicks, multiple mouse buttons, and can target either a specific GUI element or an exact screen coordinate. Typical use cases include interacting with buttons, links, menus, and other UI elements during automation.

Appearance

In Talos, Click Action appears as a standard rectangular node with a computer mouse icon.

Click Action Icon

Properties

As all Actions, Click Action has a few unique properties that are essential for its functionality.

Common properties

Common properties inherited from Action.

Display NameString
This is the display name of the action.

By customizing this property, you can differentiate between same type of actions.

Action IDString
Indicates the unique ID of this action.

This property is Read only and it is not customizable

DisabledBoolean
If set to true, this action is considered disabled and will not be executed.
Mouse ButtonEnum
This is the mouse button that will be clicked.

Available options: Left Click, Right Click, Middle Click, AUX1, AUX2, None

Double ClickBoolean
Determines whether to perform a single or a double click.
Click toEnum
Specifies whether to click on a specific element or a point on screen.
Click offsetPoint
This is the offset from the center of the control that the mouse will click to.
note

This property is only available when clicking on an Element.

This property is Read only and it is not customizable

ElementElement
This is the GUI element that the mouse cursor will click on.
note

This property is only available when clicking on an Element.

Click PointPoint
This is the screen coordinate that the mouse will click to.
note

This property is only available when clicking on a Point.

This property is Read only and it is not customizable