browse
Installation
SKILL.md
Browser Automation with @playwright/cli
All commands use browse.sh — a wrapper script bundled with this skill that calls npx @playwright/cli with the correct config. The config enables headed mode, persistent sessions, and stores all data in the project's .playwright/data/ directory.
Project conventions
- Use
browse.shfrom this skill's base directory (shown asBase directory for this skill:when loaded) for all commands:<skill-base-dir>/browse.sh open <url> - Session data is stored in
.playwright/data/session/and snapshots in.playwright/data/output/relative to the working directory.
Check ## Browser testing in CLAUDE.md for project-specific overrides (base URL, browser choice, dev server instructions).