Skip to main content
Mouse

Double Click at Current Position

Double Click at Current Position

Performs a mouse double click at the position where the cursor is at the moment of the execution. Useful for opening files, folders or interacting with elements that require a double click.


Options

Click type

Select which mouse button will be used for the double click:

  • Left button: Performs the double click with the left mouse button (default).
  • Right button: Performs the double click with the right mouse button.

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 to position the cursor before the double click.