browser_drag
Drags an element identified by a CSS selector to a drop target. Useful for automating drag-and-drop interactions in web testing or automation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sourceSelector | Yes | CSS selector of drag source | |
| targetSelector | Yes | CSS selector of drop target |