Debugging
network
Monitor and display all network requests with status codes, types, and URLs.
Usage
$ cdpilot network [<url>]Arguments
| Name | Required | Description |
|---|---|---|
url | optional | URL to navigate to and monitor. Uses current page if omitted. |
Examples
Show network requests of the current page
$ npx cdpilot networkNavigate and inspect all requests
$ npx cdpilot network https://api.example.com