Wait Until
wait_untilWait for specified page conditions such as element visibility, text matching, or URL changes before proceeding with automation tasks.
Instructions
Wait for observable page state: element present/visible/hidden/detached/clickable/stable, text contains/matches, or URL contains/matches.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | No | Expected substring or regular expression for text/URL conditions | |
| timeout | No | Timeout in seconds | |
| interval | No | Polling interval in seconds | |
| selector | No | CSS/XPath/DrissionPage locator for element or text conditions | |
| condition | Yes | Condition to wait for | |
| stable_ms | No | Element stability window for the stable condition |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||