Browser session ID
Ordered list of [x, y] coordinate pairs to move through while dragging. Must contain at least 2 points.
Mouse button to drag with
Delay in milliseconds between button down and starting to move along the path.
Number of relative move steps per segment in the path. Minimum 1.
Delay in milliseconds between relative steps while dragging (not the initial delay).
Modifier 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.
Drag performed