Playwright Skill
Browser automation via Playwright MCP. Navigate websites, click elements, fill forms, take screenshots, extract data, and debug real browser workflows. Use when (1) you need a real browser, not static fetch; (2) the task involves Playwright MCP, browser tools, Playwright tests, scripts, or JS-rendered pages; (3) the user wants navigation, forms, screenshots, PDFs, downloads, or browser-driven extraction turned into a reliable outcome.
Usage
Use this skill for:
- Website navigation
- Element interaction (click, fill)
- Form submission
- Screenshot capture
- Data extraction
- PDF generation
- Browser testing
Features
- Real browser automation
- JavaScript rendering support
- Screenshot and PDF capabilities
- Form handling
1---2name: playwright3description: Playwright Skill4---5# Playwright Skill67Browser automation via Playwright MCP. Navigate websites, click elements, fill forms, take screenshots, extract data, and debug real browser workflows. Use when (1) you need a real browser, not static fetch; (2) the task involves Playwright MCP, browser tools, Playwright tests, scripts, or JS-rendered pages; (3) the user wants navigation, forms, screenshots, PDFs, downloads, or browser-driven extraction turned into a reliable outcome.89## Usage1011Use this skill for:12- Website navigation13- Element interaction (click, fill)14- Form submission15- Screenshot capture16- Data extraction17- PDF generation18- Browser testing1920## Features2122- Real browser automation23- JavaScript rendering support24- Screenshot and PDF capabilities25- Form handling