POST
/
api
/
mouse
/
scroll
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.

Body

application/json

Scroll operation parameters

clicks
integer
required

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

Example:

3

display_num
integer
default:1

Display number to target

Example:

1

Response

204
_mintlify/placeholder

Successfully performed scroll operation