Double-click page element
browser_double_clickTrigger a double-click on a specific page element using a semantic or CSS locator, for applications with distinct double-click behavior. Resolves ambiguous locators and serializes with other browser actions in the session.
Instructions
Double-click a semantic or CSS locator on one explicitly addressed page. Use this only when the application assigns distinct double-click behavior; the action is serialized with all browser work in that session and an ambiguous locator returns LOCATOR_AMBIGUOUS.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | No | ||
| pageId | Yes | ||
| locator | No | ||
| sessionId | Yes | ||
| timeoutMs | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pageId | Yes | ||
| completed | Yes | ||
| sessionId | Yes | ||
| operationId | Yes |