Skip to main content
POST
/
api
/
mouse
/
right-click
Perform Right Click
curl --request POST \
  --url http://localhost:4242/{computer_name}/api/mouse/right-click \
  --header 'Content-Type: application/json' \
  --data '
{
  "display_num": 1
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Body

application/json

Display settings for the click operation

display_num
integer
default:1

Display number to target

Example:

1

Response

Successfully performed right click