Back to Docs
Debugging

network

Monitor and display all network requests with status codes, types, and URLs.

Usage

$ cdpilot network [<url>]

Arguments

NameRequiredDescription
urloptionalURL to navigate to and monitor. Uses current page if omitted.

Examples

Show network requests of the current page

$ npx cdpilot network

Navigate and inspect all requests

$ npx cdpilot network https://api.example.com