wait_for
Polls the page DOM until a CSS selector or visible text appears, or until a timeout is reached. Use it to sync automation steps with dynamic page content.
Instructions
Poll the DOM until a CSS selector or visible text appears (or timeout)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | No | ||
| text | No | ||
| selector | No | ||
| timeout_ms | No | ||
| interval_ms | No |