What problem does it solve?
Automates manual, repetitive browser interactions and UI debugging by driving a real browser from the terminal so users can reliably reproduce flows, capture artifacts, and extract data without writing full test suites.
Core Features & Use Cases
- CLI-first browser automation: Open pages, snapshot DOM state, interact (click, fill, type, press), and capture screenshots or PDFs using a lightweight wrapper around Playwright CLI.
- Session and artifact management: Use named sessions to isolate state, trace and debug flows, and store outputs under repository-scoped output/playwright/ to keep artifacts organized.
- Use Case: Reproduce a user-reported UI bug by opening the page headed, taking snapshots between steps, recording a trace, and collecting screenshots for triage.
Quick Start
Run the Playwright CLI wrapper to open the target page, snapshot the DOM, perform interactions like click and fill, and capture a screenshot into output/playwright/.