Setup & Installation
What This Skill Does
Automates a real browser from the terminal using playwright-cli. Handles navigation, form filling, screenshots, snapshots, and data extraction without writing test files. Works through a wrapper script so no global install is needed. Running playwright-cli commands directly gives you real browser automation without the overhead of setting up a test framework or writing spec files.
When to use it
- Working with playwright functionality
- Implementing playwright features
- Debugging playwright related issues
