Network
cookies
List cookies for the current page or a specific domain.
Usage
$ cdpilot cookies [<domain>]Arguments
| Name | Required | Description |
|---|---|---|
domain | optional | Domain to filter cookies. Shows all cookies if omitted. |
Examples
Show all cookies for the current page
$ npx cdpilot cookiesShow cookies for a specific domain
$ npx cdpilot cookies example.com