What problem does it solve?
This Skill removes the friction of manually testing and debugging web applications by giving you a command-driven way to inspect pages, interact with elements, and reproduce browser behavior reliably.
Core Features & Use Cases
- Browser automation: Open pages, click controls, fill forms, handle tabs, dialogs, and navigation with Playwright-backed commands.
- Testing and debugging: Capture snapshots, inspect DOM attributes, run custom code, trace sessions, and diagnose failing Playwright tests.
- Stateful workflows: Save and restore cookies, localStorage, sessionStorage, and isolated browser sessions for repeatable auth and multi-session tasks.
- Use case: A developer can reproduce a broken checkout flow, inspect the relevant element attributes, mock an API response, and validate the fix in the same session.
Quick Start
Ask the skill to open the target site, inspect the page snapshot, and perform the next browser action you want automated.