zen_click
Click any element on a webpage using a CSS selector or coordinates, with optional tab targeting.
Instructions
Click an element on the page by CSS selector or coordinates.
Args: selector: CSS selector to click (e.g. "#submit", ".btn-primary") x: X coordinate (used if selector is empty) y: Y coordinate (used if selector is empty) tab_id: Optional tab to target. Defaults to active tab.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| selector | No | ||
| x | No | ||
| y | No | ||
| tab_id | No |