What problem does it solve?
This Skill removes the guesswork and manual clicking required to automate real browser interactions, especially when you need reliable navigation, form filling, screenshots, and UI-flow debugging.
Core Features & Use Cases
- Terminal-driven browser automation: Drive a real browser using
npx @playwright/cli for navigation and interaction without switching to a separate test framework.
- Ref-stable interaction via snapshots: Use
snapshot to create and refresh element refs, then interact using those ids (e.g., click/type) safely across UI changes.
- Artifacts for verification and debugging: Capture screenshots, PDFs, and traces (via tracing-start/tracing-stop) to diagnose issues in multi-step flows.
Quick Start
Automate a browser flow by running a sequence like opening a page, taking a snapshot, clicking an element ref, and taking another snapshot to confirm the result.