/browsers/{id}/computer/drag_mouseAuthorization
bearerAuth In: header
Path Parameters
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/drag_mouse" \ -H "Content-Type: application/json" \ -d '{ "path": [ [ 0, 0 ], [ 0, 0 ] ] }'{ "code": "string", "message": "string", "details": [ { "code": "string", "message": "string" } ], "inner_error": { "code": "string", "message": "string" }}{ "code": "string", "message": "string", "details": [ { "code": "string", "message": "string" } ], "inner_error": { "code": "string", "message": "string" }}{ "code": "string", "message": "string", "details": [ { "code": "string", "message": "string" } ], "inner_error": { "code": "string", "message": "string" }}