Scroll Mouse Wheel
Command description
Scroll the mouse wheel at the specified position. By default, the command scrolls at the current pointer position. If another position is specified, it moves the pointer there before scrolling. You can scroll up or down.
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 uses the current horizontal position |
| Y Coordinate | number | Y coordinate in physical pixels from the upper-left corner of the screen; None uses the current vertical position |
| Scroll Direction | enum | Up, Down |
| Scroll Distance | int or str | Distance in physical pixels |
Command Output Parameters
None