midscene_aiWaitFor
Monitors a web page condition described in natural language until it becomes true, using AI to poll and verify the specified assertion within a defined timeout.
Instructions
Waits until a specified condition, described in natural language, becomes true on the page. Polls the condition using AI.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
assertion | Yes | Condition to monitor on the page, described in natural language. | |
checkIntervalMs | No | How often to check the condition (ms). Default: 3000 | |
timeoutMs | No | Maximum time to wait (ms). Default: 15000 |