Poll Until Page Conditions Match
browser_poll_untilPoll the page until specified conditions like text, URL, element, value, or auth signal match. Requires active page and acknowledgeRawCapture enabled.
Instructions
Use when asynchronous DOM, URL, element value, or authentication signals must be sampled until one or all conditions match. Preconditions: an active page and acknowledgeRawCapture: true are required; use bounded timeout and interval values. Next: use the matched snapshot to continue the flow or explain the timing boundary. Sensitivity: poll snapshots can repeatedly capture raw text, values, URLs, authentication signals, and element metadata.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| match | No | ||
| snapshot | No | ||
| timeoutMs | No | ||
| conditions | Yes | ||
| intervalMs | No | ||
| acknowledgeRawCapture | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| error | No | ||
| result | No |