Skip to content
/playwrightOfficial

Automate real browsers from the terminal with Playwright scripts for testing and workflow automation.

TestingPlaywrightAutomationBrowserΒ· 1 min read

Quick import: Download the .md file and save it to .claude/commands/ (Claude Code), .cursorrules (Cursor), or paste as a system prompt in ChatGPT, Gemini, or any LLM API.

#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
$playwright
Automate 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.

OpenAIΒ·
View all skills