diff --git a/skills/playwright-cli/SKILL.md b/skills/playwright-cli/SKILL.md index 11bad2b..3127636 100644 --- a/skills/playwright-cli/SKILL.md +++ b/skills/playwright-cli/SKILL.md @@ -6,6 +6,17 @@ allowed-tools: Bash(playwright-cli:*) # Browser Automation with playwright-cli +## When to Use This vs Native Chrome + +| Scenario | Use | +|----------|-----| +| Interactive testing, visual debugging | Native Chrome integration | +| Quick form automation in your session | Native Chrome integration | +| Headless/unattended automation (scheduled tasks) | playwright-cli | +| Persistent sessions across prompts | playwright-cli | +| Network mocking / route interception | playwright-cli | +| Running in containers or SSH sessions | playwright-cli | + ## Quick start ```bash