playwright

playwright

openai 24k ↓ 4.6k updated 1mo ago
Claude Code
View source ↗

What it does

  • clicking elements that change the UI substantially
  • opening/closing modals or menus
  • tab switches
  • CLI command reference: references/cli.md
  • Practical workflows and troubleshooting: references/workflows.md
  • Always snapshot before referencing element ids like e12.
  • Re-snapshot when refs seem stale.

Requirements & configuration

  • Prerequisite check (required)
  • Before proposing commands, check whether npx is available (the wrapper depends on it):
  • Open only what you need:

Configuration: HOMECODEX_HOMEPWCLI

Derived from the skill's own SKILL.md documentation · extracted 2026-07-23

playwright

Source

Repository: https://github.com/openai/skills

playwright FAQ

What does the playwright skill do?

Use when the task requires automating a real browser from the terminal (navigation, form filling, snapshots, screenshots, data extraction, UI-flow debugging) via `playwright-cli` or the bundled wrapper script. clicking elements that change the UI substantially opening/closing modals or menus

What does playwright require?

Prerequisite check (required) Before proposing commands, check whether npx is available (the wrapper depends on it): Open only what you need: Configuration keys: HOME, CODEX_HOME, PWCLI.

How do I install playwright?

Run: npx -y skills add https://github.com/openai/skills --skill playwright --agent claude-code — the source lives at github.com/openai/skills.

Maintain playwright?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

[playwright on getagentictools](https://getagentictools.com/skills/openai-skills-playwright?ref=badge)
npx agentictools info skills/openai-skills-playwright

The second line is the CLI lookup for this page — handy in READMEs and docs.