Back to skills

playwright

testing

Automates a real browser from the terminal using playwright-cli. Handles navigation, form filling, screenshots, snapshots, and data extraction without writing test files. Works through a wrapper scrip

Setup & Installation

npx skills add https://github.com/openai/playwright --skill playwright
or paste the link and ask your coding assistant to install it
https://github.com/openai/playwright
View on GitHub

What This Skill Does

Automates a real browser from the terminal using playwright-cli. Handles navigation, form filling, screenshots, snapshots, and data extraction without writing test files. Works through a wrapper script so no global install is needed. Running playwright-cli commands directly gives you real browser automation without the overhead of setting up a test framework or writing spec files.

When to use it

  • Working with playwright functionality
  • Implementing playwright features
  • Debugging playwright related issues