Move OS mouse
Description
Moves the mouse to the specified X and Y coordinates
Input Ports
| Name | dataType | sourceType | required | description |
|---|---|---|---|---|
| X, Y | position | link-manual | false | Allows you to specify the position the mouse should moved to. |
Scenarios
- The user wants to move the mouse to the
X: 320andY: 420position.
Use case
Inputs
- X:
320 - Y:
420
Experienced tips
- If no target coordinates are specified, the mouse button will be moved to position
X: 0, Y: 0.
Search Tags
move mouse to coordinates