Playwright cli
Browser-automation skill for terminal-driven Playwright work. Use when Codex needs to navigate websites, inspect pages, interact with forms, capture screenshots or traces, manage browser sessions, mock requests, or generate test code through a local `playwright-cli` workflow instead of writing a full test first.From its SKILL.md
npx -y skills add jovd83/playwright-skill --skill playwright-cliAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
2.3 KB, 313 tokens by cl100k_base, as published. Nobody here has run it
Playwright CLI
Use this skill when terminal-driven browser automation is the fastest path.
Assumptions
- A local
playwright-cliinstallation is available. - If command names differ by version, inspect local help output before assuming an exact subcommand shape.
Operating Rules
- Snapshot or inspect the page before interacting with referenced elements.
- Prefer deterministic session naming for parallel or long-running work.
- Save and restore auth state deliberately when login is expensive.
- Capture traces before reproducing a failure, not after.
- Drop into custom code only when the built-in command surface is not enough.
Command Families
| Need | Guide |
|---|---|
| Basic browser interaction | core-commands.md |
| Request interception and mocking | request-mocking.md |
| Custom Playwright API execution | running-custom-code.md |
| Session and storage management | session-management.md, storage-and-auth.md |
| Test generation | test-generation.md |
| Tracing and debugging | tracing-and-debugging.md |
| Media capture | screenshots-and-media.md |
| Device and environment emulation | device-emulation.md |
| Multi-step workflows | advanced-workflows.md |
What ships with it: 11 files
120.2 KB alongside SKILL.md
agents/
- openai.yaml270 B
- advanced-workflows.md18.3 KB
- core-commands.md10.3 KB
- device-emulation.md13.0 KB
- request-mocking.md10.1 KB
- running-custom-code.md14.8 KB
- screenshots-and-media.md10.2 KB
- session-management.md9.5 KB
- storage-and-auth.md11.2 KB
- test-generation.md11.0 KB
- tracing-and-debugging.md11.5 KB