Skip to main content

Mouse Move Action

Mouse Move Action moves the mouse cursor to a specified screen position. It is commonly used for hover interactions or positioning before performing click operations on specific screen elements.

Appearance

In Talos, Mouse Move Action appears as a rectangular node with a mouse icon, indicating cursor control. It shows positioning on the monitor.

Properties

As all Actions, Mouse Move Action has a few unique properties that are essential for it's 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.
PointPoint
The(x,y) position in monitor to move the cursor to.