zen_wait_for
Wait for text or CSS selector to appear; returns when found or after timeout.
Instructions
Wait for text to appear on the page, or for a CSS selector to match an element. Returns when found or after timeout.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | Text to wait for on the page | |
| selector | No | CSS selector to wait for | |
| timeout | No | Max wait time in ms (default: 10000) |