click
Activates a webpage element using CSS selectors or coordinates to automate browser interaction.
Instructions
Click an element on the page
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Optional page/tab ID to use | |
| selector | No | CSS selector of the element to click | |
| coordinates | No | Optional x/y coordinates to click |