browser_click
Click on a webpage element by CSS selector, visible text, or ARIA label. Enables precise interaction with browser elements for automation tasks.
Instructions
Click on an element in the browser. Can target by CSS selector, text content, or ARIA label.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| selector | No | CSS selector for the element to click | |
| text | No | Click element containing this text (alternative to selector) |