Click at Current Position
Click at Current Position
Performs a mouse click at the position where the cursor is at the moment of the execution. Useful when the cursor has already been positioned by another action.
Options
Click type
Select which mouse button will be used for the click:
- Left button: Performs the click with the left mouse button (default).
- Right button: Performs the click with the right mouse button.
Number of clicks
Enter how many times the click will be executed at the current cursor position.
Returns
This action has no returns.
Rules and Conditions
- The cursor must be positioned correctly before this action is executed.
- Use the mouse move actions (Move by Image, Move the mouse to a Absolute position or Move the mouse to a relative position) to position the cursor before the click.