Wait for Element
wait_for_elementPause execution until a specified element appears on the page. Accepts CSS, XPath, or text selectors 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 | |||