Click Element
element_clickClicks a web element by CSS selector or XPath. Use 'text:' prefix to match by visible text content.
Instructions
Click an element found by CSS selector or XPath. Bare selectors are treated as CSS; use text:... for text matching.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| observe | No | Return a compact before/after page change summary. | |
| timeout | No | Timeout in seconds to wait for element | |
| selector | Yes | CSS selector or XPath to find the element. Bare selectors are CSS; use text:... for text matching or explicit tag:/css:/xpath:/@attr locators. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||