playwright_drag
Drag an element to a specified target location on a webpage using CSS selectors for both the source element and destination, enabling precise browser automation.
Instructions
Drag an element to a target location
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sourceSelector | Yes | CSS selector for the element to drag | |
| targetSelector | Yes | CSS selector for the target location |