browser_wait_for_url
Wait for the browser URL to match a given regex pattern, with configurable timeout. Use to pause automation until navigation or page state changes complete.
Instructions
Wait for URL to match pattern
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| timeout | No | Timeout in milliseconds (default: 30000) | |
| urlPattern | Yes | URL pattern (regex string) |