Wait for Element
wait_for_elementWait for a specific element to appear on the page using CSS, XPath, or text matching, with configurable timeout.
Instructions
Wait for an element to appear on the page. Bare selectors are treated as CSS; use text:... for text matching.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| timeout | No | Timeout in seconds | |
| selector | Yes | CSS selector or XPath to wait for. Bare selectors are CSS; use text:... for text matching or explicit tag:/css:/xpath:/@attr locators. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||