playwright-browser
Installation
SKILL.md
Playwright Browser Automation
Use this skill for capturing screenshots, web scraping, form automation, and browser-based testing.
Quick Start
The project's venv has Playwright installed. Always use the venv Python:
# Run Playwright scripts
.venv/bin/python scripts/my_playwright_script.py
# Install browsers if needed (one-time)
.venv/bin/playwright install chromium