What problem does it solve?
This Skill removes manual, error-prone browser interactions by providing terminal-first commands to open pages, capture snapshots, interact with elements, and record artifacts so users can automate UI flows, extract data, and debug visual issues without writing full test suites.
Core Features & Use Cases
- Terminal-first browser automation: Run Playwright CLI commands (via a wrapper) to navigate, click, type, and control pages.
- Snapshot-driven element references: Create stable element refs with snapshots and re-snapshot after navigation or DOM changes to avoid flaky selectors.
- Artifact capture and sessions: Capture screenshots, PDFs, traces and isolate work using named sessions; store artifacts under output/playwright to keep results organized.
- Use Cases: Rapid UI-flow debugging, form filling and submission, targeted web scraping, and reproducible manual automations triggered from the terminal.
Quick Start
Use the playwright skill to open a page, take a snapshot to capture element refs, perform the required clicks or form fills, and save a screenshot to the output/playwright folder.