OS Level Control
Mouse Move
Moves the mouse cursor to the specified coordinates
POST
Authorizations
API key passed in the header
Path Parameters
The ID of the browser session
Body
application/json
X coordinate to move to
Example:
350
Y coordinate to move to
Example:
250
Response
200
application/json
Mouse move performed successfully
Example:
"success"