Network

cookies

List cookies for the current page or a specific domain.

Usage

$ cdpilot cookies [<domain>]

Arguments

NameRequiredDescription
domainoptionalDomain to filter cookies. Shows all cookies if omitted.

Examples

Show all cookies for the current page

$ npx cdpilot cookies

Show cookies for a specific domain

$ npx cdpilot cookies example.com