bun run bin/css-view.ts [url] [options]
Common options include:
--backend agent-browseror--backend playwrightto select the browser backend. When omitted,css-viewusesagent-browserif it is onPATHand falls back to Playwright otherwise.--agent-browser-sessionto choose the session name used by theagent-browserbackend. The default iscss-view.--use-current-pageto snapshot the active page in the selectedagent-browsersession without navigating.--mode cdpor--mode walkerto choose the capture mode. Theagent-browserbackend uses CDP; Playwright defaults to walker mode.--propsor--props-fileto override the computed-style whitelist.--cdp-urlto attach CDP mode to an existing Chromium debugging endpoint and bypass backend selection.--inheritedor--inherited-file(walker only) to override inheritance comparisons.--wait-untilto pick the navigation lifecycle (load,domcontentloaded, ornetworkidle).--outputto write JSON to a file rather than standard output.--prettyto format JSON for easier inspection.
Refer to docs/css-view.md for the full option matrix and payload schema.