What problem does it solve?
This Skill removes the manual effort of navigating web apps, reproducing test steps, and collecting evidence from browser sessions. It helps you interact with pages reliably when you need repeatable testing, data entry, or inspection.
Core Features & Use Cases
- Browser Navigation and Interaction: Open pages, click elements, type into fields, select options, manage tabs, and handle dialogs.
- Testing and Debugging Workflows: Capture snapshots, record traces, save screenshots or video, and generate Playwright test code from real interactions.
- Advanced Browser Control: Mock network requests, manage cookies and storage state, run custom Playwright code, and isolate sessions for parallel workflows.
- Use Case: A QA engineer can reproduce a login flow, save the authenticated state, and generate a trace-backed test that can be rerun in CI.
Quick Start
Use the playwright-cli skill to open the target site, perform the required browser actions, and capture a snapshot or trace of the result.