click
Click elements on a web page using CSS selectors, visible text, or coordinates. Supports key presses and optional wait after click.
Instructions
Click an element on the browser window
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | No | Key to press (e.g., Escape, ArrowRight, ArrowLeft, Enter, Tab) | |
| selector | No | CSS selector to click when no text provided or to scope the text search | |
| text | No | Text to match - visible text, image alt text, or aria-label | |
| wait | No | CSS selector to wait for after click | |
| x | No | X coordinate (pixels from left of viewport) to click at | |
| y | No | Y coordinate (pixels from top of viewport) to click at |