network_log
View all network requests a page makes, including fetch, XHR, and resource timings, with method, URL, status, and duration to diagnose loading problems.
Instructions
Requests the page made - fetch and XMLHttpRequest with method, URL, status and duration (requires --enable-observers). Set includeResources:true to also list scripts/images/styles from Resource Timing (those carry timing and size but no status). Does not include the document request or headers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| clear | No | ||
| limit | No | ||
| tabId | No | Target tab id (defaults to the active tab) | |
| frameId | No | Act inside this frame (ids come from frames_list) | |
| sinceSeq | No | ||
| allFrames | No | Search every frame of the tab and act on the first that matches - use when a selector should match but does not (the element is in an iframe) | |
| failedOnly | No | Only requests that errored or returned status >= 400 | |
| urlContains | No | Only requests whose URL contains this substring | |
| includeResources | No | Also include Resource Timing entries (scripts, images, styles) |