browser_drag_and_drop
Automate drag and drop actions between web elements using specified locator strategies. Enhances web testing and interaction capabilities via Selenium WebDriver.
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 |