browser_wait_for_network
Wait for network requests to complete after triggering actions, ensuring page data is fully loaded before reading. Monitors real traffic via Chrome DevTools Protocol with optional timeout and URL filtering.
Instructions
Wait for a network request to complete. Useful after clicking buttons that trigger API calls — ensures data is loaded before reading the page. Monitors real network traffic via Chrome DevTools Protocol.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| timeout | No | Max wait in ms (default: 15000) | |
| url_pattern | No | Substring to match in the request URL (e.g. "/api/users", "graphql"). Empty = any request. |