browser_click
Click any element on a web page using its CSS selector. Automate browser interactions by targeting specific buttons, links, or form elements.
Instructions
Click an element on the page identified by a CSS selector
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tabId | No | Tab ID (defaults to active tab) | |
| selector | Yes | CSS selector for the element to click |