v1

latestOpenAPI 3.1.02026-07-13372867.8 KB
mouse

Scroll Mouse Wheel

Scrolls the mouse wheel by the specified number of clicks.

post/api/mouse/scroll

Request body

clicksinteger required

Number of clicks to scroll. Positive numbers scroll up, negative numbers scroll down

display_numinteger

Display number to target

Example request

{
  "clicks": 3,
  "display_num": 1
}

Response

Successfully performed scroll operation