browser_click
Click any element on a web page using its CSS selector. Cache the selector by describing the click's purpose for instant replay across sessions.
Instructions
Click an element by CSS selector via real CDP mouse events. Pass intent (e.g. "click login button") to cache the selector for this origin so future calls can skip snapshotting. The cached entry survives Chrome restarts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | Yes | CSS selector (use refs from browser_snapshot) | |
| intent | No | Plain-English description of what this click does. Cached per (origin, intent) for fast replay. | |
| button | No | left | |
| clickCount | No | ||
| tabId | No |