Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
condition | str | — | Natural language description of expected screen state |
timeout | int | 10 | Seconds to wait before returning False |
model | str | None | None | Override the default model for this call |
Returns
bool — True if the condition is met within the timeout, False otherwise.