What problem does it solve?
This Skill enables automated browser control by interfacing with the Playwriter extension and a stateful local JavaScript sandbox, delivering consistent, repeatable web interactions without exposing user data.
Core Features & Use Cases
- Session-based automation: create isolated sandboxes to drive Playwright code snippets and collect results.
- Interactions, screenshots, and accessibility: navigate pages, click elements, capture screenshots, inspect accessibility trees, and debug profiles.
- Safe, guided usage: load the full documentation via playwriter skill to adapt workflows for complex pages and SPAs.
Quick Start
Install the Playwriter extension and CLI, then run playwriter skill to load the full docs. Create a new session with playwriter session new, then execute commands with playwriter -s <id> -e "await page.goto('https://example.com')". Follow the on-screen prompts and use the in-depth guidance for best practices.