Drag the mouse along a path
Documentation Index
Fetch the complete documentation index at: https://tbd-6fc993ce-hypeship-docs-chrome-policy-on-demand.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Browser session ID
Body
Ordered list of [x, y] coordinate pairs to move through while dragging. Must contain at least 2 points.
22 elementsMouse button to drag with
left, middle, right Delay in milliseconds between button down and starting to move along the path.
x >= 0Number of relative move steps per segment in the path. Minimum 1.
x >= 1Delay in milliseconds between relative steps while dragging (not the initial delay).
x >= 0Modifier keys to hold during the drag
Use human-like Bezier curves between path waypoints instead of linear interpolation. When true, steps_per_segment and step_delay_ms are ignored.
Target total duration in milliseconds for the entire drag movement when smooth=true. Omit for automatic timing based on total path length.
50 <= x <= 10000Response
Drag performed