cURL
curl --request POST \ --url http://localhost:4242/{computer_name}/api/mouse/scroll \ --header 'Content-Type: application/json' \ --data '{ "clicks": 3, "display_num": 1 }'
This response does not have an example.
Scrolls the mouse wheel by the specified number of clicks.
Scroll operation parameters
Successfully performed scroll operation