POST/browsers/{id}/computer/move_mouse

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

id*string

Browser session ID

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

curl -X POST "https://example.com/browsers/string/computer/move_mouse" \  -H "Content-Type: application/json" \  -d '{    "x": 0,    "y": 0  }'
Empty