browser_wait_for
Pauses browser automation until specified text, URL, or element state conditions are met, helping synchronize actions with page changes.
Instructions
Wait until all supplied text, URL, and ref-state conditions are true.
text and url use case-insensitive substring matching. state is
applied only when ref is supplied. At least one condition is required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | No | ||
| url | No | ||
| text | No | ||
| state | No | visible | |
| session_id | No | ||
| timeout_ms | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |