browser_wait_for_navigation
Wait for browser navigation to complete before proceeding with automated web interactions. Specify URL patterns and timeout settings to synchronize page transitions in automated testing workflows.
Instructions
Wait for a navigation to complete.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | URL pattern to wait for (glob, regex, or exact) | |
| timeout | No | Timeout in milliseconds |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |