browser_click
Clicks elements on a Chrome tab using CSS selectors or visible text, enabling AI agents to automate web interactions without restarting the browser.
Instructions
Clicks an element on the active or specified tab using a CSS selector or visible text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | Visible text inside element to click. | |
| tabId | No | Optional tab ID. | |
| selector | No | CSS selector of element to click. |