OS Level Control
Mouse Down
Performs a mouse button down action at the specified coordinates
POST
Authorizations
API key passed in the header
Path Parameters
The ID of the browser session
Body
application/json
X coordinate for the mouse down
Example:
300
Y coordinate for the mouse down
Example:
200
Mouse button to use
Available options:
left
, middle
, right
Example:
"left"
Response
200
application/json
Mouse down performed successfully
Example:
"success"