click
Activate web elements by targeting their CSS selector or visible text, triggering actions and navigation.
Instructions
Click an element on the page identified by a CSS selector or text content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | Visible text of the element to click (alternative to selector) | |
| selector | No | CSS selector for the element to click | |
| waitForNavigation | No | Wait for navigation after click (default: false) |