Skip to content

Click OS mouse button

Description

Presses and releases the mouse at either the input position or current position if input position is not provided

Input Ports

Name dataType sourceType required description
Mouse button text manual-only true Allows you to choose between left and right click.
Number of clicks number link-manual true The amount of left or right clicks on the mouses position.
X, Y position link-manual false Allows you to specify the position the mouse should click.
Offset X, Y position link-manual false The offset allows you to add x and y values to the current position.

Scenarios

  • The user wants to click the left mouse button at position x: 310 and y: 420
  • The user wants to click the right mouse button at position x: 310 and y: 420

Use case

Command

Inputs
  • Button: Left
  • Number of Clicks: 1
  • X: 310
  • Y: 420
  • Offset X: 20
  • Offset Y: 30
Experienced tips
  • If the Button is not chosen, the default will be the left mouse button.
  • If no target coordinates are specified, the mouse button will be clicked at position 0,0.
Search Tags

Clicks native mouse Click at position