click_element
Clicks a button or link on the current page to trigger actions like Next, Submit, or Continue, then reports URL changes or new content.
Instructions
Click a button or link on the current page (e.g., Next, Submit, Continue). Returns whether the page URL changed or new content appeared.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| selector | Yes | CSS selector for the element to click | |
| description | No | What this click does (for logging, e.g. 'Next step') |