POST
/
api
/
mouse
/
double-click
curl --request POST \
  --url http://localhost:4242/{computer_name}/api/mouse/double-click \
  --header 'Content-Type: application/json' \
  --data '{
  "display_num": 1
}'
This response does not have an example.

Body

application/json

Display settings for the click operation

display_num
integer
default:1

Display number to target

Example:

1

Response

204
_mintlify/placeholder

Successfully performed double click