Click Element
element_clickClick web elements via CSS selector or XPath. Supports button choice, double-click, timeout, and before/after page change observation.
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 |
|---|---|---|---|
| button | No | Native pointer button to use. | left |
| 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. | |
| click_count | No | Native click count; 2 requests double-click semantics. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||