click
Click elements in web pages using element references from snapshots or CSS selectors to automate browser interactions.
Instructions
Click an element. Provide either ref (from snapshot) or CSS selector. Use snapshot first to discover element refs.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tabId | Yes | Tab ID from create_tab | |
| ref | No | Element ref from snapshot (e.g. 'e1', 'e2') | |
| selector | No | CSS selector (e.g. 'button.submit', '#login') |