browser.drag_drop
Drag a UI element from a source to a target by specifying selectors or coordinates. Use for automating drag-and-drop interactions in web browsers.
Instructions
Drag from one element or coordinate to another. Provide source_selector OR (source_x, source_y), and target_selector OR (target_x, target_y).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | ||
| source_selector | No | ||
| source_x | No | ||
| source_y | No | ||
| target_selector | No | ||
| target_x | No | ||
| target_y | No |