Wait Until
wait_untilWait for specific page conditions like element visibility, text content, or URL changes to synchronize automation steps.
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 |
|---|---|---|---|
| name | No | Attribute or property name for attribute/property conditions | |
| value | No | Expected value or substring/regular expression, depending on condition | |
| 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 | |||