click_selector
Click an element identified by a CSS selector in a Chrome tab. Enables AI agents to interact with web pages via browser automation.
Instructions
Click an element by CSS selector.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| selector | Yes | CSS selector for the element to click. | |
| tabId | No | Optional Chrome tab id. Defaults to the first page tab. |