What problem does it solve?
This Skill removes the friction of driving real browsers from command line environments, enabling reliable navigation, form interactions, snapshots, screenshots, and data extraction without requiring a test framework.
Core Features & Use Cases
- Terminal-first Browser Automation: Run navigation, clicks, typing, and artifact capture from a shell using a consistent CLI wrapper.
- Snapshot-driven Element References: Capture stable element refs and re-snapshot after navigation or major DOM changes to avoid brittle selectors.
- Artifacts & Debugging: Produce screenshots, PDFs, traces, and console/network logs for debugging UI flows and reproducing issues.
- Use Case: Quickly reproduce a broken checkout flow by opening the page, taking snapshots, interacting with form fields, recording a trace, and saving screenshots to a contained output folder.
Quick Start
Use the playwright skill to open a target URL, snapshot the page, perform interactions using snapshot refs, and save artifacts to output/playwright/<label>/.