#What it does
The playwright skill automates real browsers from the terminal using Playwright. It produces reliable scripts for browser automation, testing, scraping, and workflow execution. It handles browser lifecycle, page navigation, element interaction, and produces run steps for reproducibility.
#How to use
bash
$playwrightAutomate this browser workflow with Playwright and produce a reliable script with run steps.
#Capabilities
- Automate Chromium, Firefox, and WebKit browsers
- Navigate pages, fill forms, click elements, and capture screenshots
- Generate reproducible Playwright test scripts
- Handle authentication flows and multi-page workflows
- Produce step-by-step run instructions
#When to use
- Automating repetitive browser tasks
- Writing end-to-end test scripts
- Scraping web content that requires JavaScript rendering
- Testing authentication and multi-step workflows
- Generating browser automation scripts for CI/CD
This skill is from the OpenAI Skills Catalog.