browser_double_click
Double click an element on a web page using locator strategies like id, CSS, XPath, or name. Specify timeout to wait for element.
Instructions
Perform double click on an element
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 |