Move the mouse cursor to the specified coordinates on the browser instance
POST
/browsers/{id}/computer/move_mouseAuthorization
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
Mouse cursor moved
no response body.
curl -X POST "https://example.com/browsers/string/computer/move_mouse" \ -H "Content-Type: application/json" \ -d '{ "x": 0, "y": 0 }'Empty
{ "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" }}