browser_double_click
Automate double-click actions on web elements using Selenium WebDriver. Specify element locator strategy and value to simulate precise interactions for testing or workflow automation.
Instructions
Perform double click on an element
Input Schema
Name | Required | Description | Default |
---|---|---|---|
by | Yes | Locator strategy to find element | |
timeout | No | Maximum time to wait for element in milliseconds | |
value | Yes | Value for the locator strategy |