OS Level Control
Mouse Click
Performs a mouse click 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 click
Example:
200
Y coordinate for the click
Example:
150
Mouse button to use
Available options:
left
, middle
, right
Example:
"left"
Response
200
application/json
Click performed successfully
Example:
"success"