What problem does it solve?
This Skill helps you run end-to-end browser automation from your terminal without writing dedicated test scripts, so you can validate and debug web application behavior quickly and repeatably.
Core Features & Use Cases
- Terminal-first browser control: Drive navigation, clicks, form input, keyboard/mouse actions, and tab/session management entirely via CLI commands.
- Inspection-first interaction: Use snapshot-driven element refs to reliably target UI elements without guessing selectors.
- Debugging and evidence capture: Record traces, view network/console output, and generate artifacts like screenshots/video/PDF to understand failures.
- Advanced scenarios: Handle OAuth/popup flows, multi-page workflows, downloads/uploads, request mocking, and stateful sessions with auth storage.
Quick Start
Run playwright-cli open https://your-app.example.com, then run playwright-cli snapshot to identify element refs you can click and fill in subsequent commands.