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 positionx: 310
andy: 420
- The user wants to click the
right
mouse button at positionx: 310
andy: 420
Use case
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 theleft
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