web_drag
Drag one element onto another in the DESKTOP grid browser (by pageId) — reorderable lists, kanban columns, file drop targets. NOT a device — there is no webpage_drag; on a real phone or tablet use device_swipe / device_drag_drop (Android) or ios_drag_drop (iOS), by udid.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | CSS selector of the drop target | |
| from | Yes | CSS selector of the element to drag | |
| pageId | Yes | Page ID from web_navigate |