Mouse Click
Command description
Move the mouse pointer to the specified position and click. If the X and Y coordinates are not set, click at the current pointer position without moving it.
Command Input Parameters
| input parameters | Input parameter type | Description |
|---|---|---|
| X Coordinate | number | X coordinate in physical pixels from the upper-left corner of the screen; None keeps the current horizontal position |
| Y Coordinate | number | Y coordinate in physical pixels from the upper-left corner of the screen; None keeps the current vertical position |
| Click Method | enum | Single Click, Double Click |
| Mouse Button | enum | Left Button, Right Button |
| Modifier Key | enum | None, Ctrl, Alt, Shift |
Command Output Parameters
None