browser_drag_and_drop
Drag and drop a source element to a target element on a web page using locator strategies like id, CSS, or XPath. Specify both elements and optional timeout for reliable automation.
Instructions
Perform drag and drop between two elements
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| by | Yes | Locator strategy to find element | |
| value | Yes | Value for the locator strategy | |
| timeout | No | Maximum time to wait for element in milliseconds | |
| targetBy | Yes | Locator strategy to find target element | |
| targetValue | Yes | Value for the target locator strategy |