chrome_click
Click a webpage element by CSS selector. Use the ensureInteractive option to trigger hover, focus, and click sequences for React, Vue, or Angular single-page apps.
Instructions
Click on an element using a CSS selector. For React SPAs, use ensureInteractive option to trigger synthetic event handlers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| selector | Yes | CSS selector for the element to click | |
| ensureInteractive | No | If true, performs hover → focus → wait → click sequence for SPA compatibility (React, Vue, Angular). Use when standard click fails to trigger modals/handlers. |