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