Move Mouse
Command description
Move the mouse pointer to the specified position.
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 |
Command Output Parameters
None