Wait for Element
wait_for_elementWait until a specified element appears on the page using CSS, XPath, text, or accessibility selectors. Includes timeout to handle dynamic content.
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 | |||