Overview

Updated Jul 27, 2026

css-view emits a JSON snapshot of computed Cascading Style Sheets (CSS) data. It can ask agent-browser to own the browser session, attach directly to an existing Chromium DevTools Protocol (CDP) endpoint, or launch a local Playwright browser. Two capture modes are available:

  • cdp contacts the Chromium DevTools Protocol (CDP) to retrieve DOM snapshots with explicitly whitelisted properties.
  • walker runs an in-page script that diffs getComputedStyle output against inherited values and user agent defaults.

See docs/css-view.md for the architectural background and option reference.