OS Level Control
Drag and Drop
Performs a drag and drop operation from start coordinates to end coordinates
POST
Authorizations
API key passed in the header
Path Parameters
The ID of the browser session
Body
application/json
Starting X coordinate
Example:
400
Starting Y coordinate
Example:
200
Ending X coordinate
Example:
500
Ending Y coordinate
Example:
300
Mouse button to use
Available options:
left
, middle
, right
Example:
"left"
Response
200
application/json
Drag and drop performed successfully
Example:
"success"