Browser session ID
Mouse button to drag with
Delay in milliseconds between button down and starting to move along the path.
Target total duration in milliseconds for the entire drag movement when smooth=true. Omit for automatic timing based on total path length.
Modifier keys to hold during the drag
Ordered list of [x, y] coordinate pairs to move through while dragging. Must contain at least 2 points.
Use human-like Bezier curves between path waypoints instead of linear interpolation. When true, steps_per_segment and step_delay_ms are ignored.
Delay in milliseconds between relative steps while dragging (not the initial delay).
Number of relative move steps per segment in the path. Minimum 1.
Drag performed