Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Browser session ID
Body
application/json
Ordered list of [x, y] coordinate pairs to move through while dragging. Must contain at least 2 points.
Minimum length:
2
Mouse button to drag with
Available options:
left
, middle
, right
Delay in milliseconds between button down and starting to move along the path.
Required range:
x >= 0
Number of relative move steps per segment in the path. Minimum 1.
Required range:
x >= 1
Delay in milliseconds between relative steps while dragging (not the initial delay).
Required range:
x >= 0
Modifier keys to hold during the drag
Response
Drag performed