browser_wait_for_response
Wait for a network response matching a URL pattern, using a configurable timeout, to synchronize browser automation with page loads or API calls.
Instructions
Wait for network response matching URL pattern
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| timeout | No | Timeout in milliseconds (default: 30000) | |
| urlPattern | Yes | URL pattern (regex string) |