mouse
Scroll Mouse Wheel
Scrolls the mouse wheel by the specified number of clicks.
POST
/
api
/
mouse
/
scroll
Copy
curl --request POST \
--url http://localhost:4242/{computer_name}/api/mouse/scroll \
--header 'Content-Type: application/json' \
--data '{
"clicks": 3,
"display_num": 1
}'
Copy
This response does not have an example.
Body
application/json
Scroll operation parameters
Response
204
Successfully performed scroll operation
Copy
curl --request POST \
--url http://localhost:4242/{computer_name}/api/mouse/scroll \
--header 'Content-Type: application/json' \
--data '{
"clicks": 3,
"display_num": 1
}'
Copy
This response does not have an example.
Assistant
Responses are generated using AI and may contain mistakes.