browser.drag_drop
Drag an element from a source to a target using CSS selectors or screen coordinates.
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 |