playwright-cli
Installation
SKILL.md
Browser Automation with playwright-cli
Prerequisites
Before running any playwright-cli command, verify installation:
which playwright-cli || npm install -g @playwright/cli@latest
If the global install fails, fall back to npx playwright-cli for all commands.