browser_click
Click on page elements using their snapshot refs. Supports targeting specific tabs, double-click, and parallel agent sessions for isolated automation.
Instructions
Click on an element using its ref from browser_snapshot. Supports targeting a specific tab via tabId.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | Yes | Element ref from page snapshot | |
| tabId | No | Target tab ID (from browser_tabs list). Uses active tab if omitted. | |
| agentId | No | Agent identifier for parallel execution. Pass a unique ID (e.g. 'C1', 'J2') — the server automatically routes calls to this agent's dedicated tab (registered via browser_tabs action=new). | |
| element | No | Human-readable description of the element | |
| doubleClick | No | Whether to perform a double click |