browser_drag_and_drop
Drag elements from one location to another on web pages using locator strategies for automated testing and interaction.
Instructions
Perform drag and drop between two elements
Input Schema
Name | Required | Description | Default |
---|---|---|---|
by | Yes | Locator strategy to find element | |
targetBy | Yes | Locator strategy to find target element | |
targetValue | Yes | Value for the target locator strategy | |
timeout | No | Maximum time to wait for element in milliseconds | |
value | Yes | Value for the locator strategy |