Skip to main content
[Command] Mouse click
Sophie avatar
Written by Sophie
Updated over a week ago

Definition and Usage

The Mouse click command is used to initiate a mouse click.


Parameters Values

Set parameters

Parameters

Description

Mouse button

Specify the mouse button to click (left, middle, or right)

Click action

Specify whether you want to click, double click, press and hold the mouse, or release the mouse

Advanced settings

Parameters

Description

Modifier key

Specify whether you want to press any modifier keys (Alt, Ctrl, Shift, or Win) while initiating the mouse click

Wait after executions(s)

Specify if you'd like to add a waiting period after the action is performed

Error handling

Parameters

Description

When error occurs

Specify the action to proceed when an error occurs.


Example

This set of actions first finds and opens the window named demo.txt, storing it as window. Then, it moves the mouse to a position 2103, 26 relative to the top-left corner of that active window demo.txt and then initiates a mouse click to close the txt file.

Did this answer your question?