POST
/browsers/{id}/computer/get_mouse_positionAuthorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
id*string
Browser session ID
Response Body
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/browsers/string/computer/get_mouse_position"{ "x": 0, "y": 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" }}Execute a batch of computer actions sequentially POST
Send an array of computer actions to execute in order on the browser instance. Execution stops on the first error. This reduces network latency compared to sending individual action requests.
Read text from the clipboard on the browser instance POST
Next Page