playwright_drag
Simulate drag-and-drop actions in a browser by specifying source and target elements via CSS selectors, enabling precise web interactions for 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 |