cURL
curl --request POST \ --url http://localhost:4242/{computer_name}/api/mouse/scroll \ --header 'Content-Type: application/json' \ --data ' { "clicks": 3, "display_num": 1 } '
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Scrolls the mouse wheel by the specified number of clicks.
Scroll operation parameters
Number of clicks to scroll. Positive numbers scroll up, negative numbers scroll down
3
Display number to target
1
Successfully performed scroll operation