browser_wait_for_network
Wait for a network request to complete after triggering an API call, ensuring data is loaded before interacting with the page.
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. |