.codex/skills/playwright-cli/SKILL.md
Use when browser automation, web testing, screenshots, form filling, scraping, or page interaction is needed. Prefer Codex Playwright browser tools for navigation, clicking, typing, screenshots, tabs, and waiting. Fall back to the local `playwright-cli` command when CLI-based browser control or artifact files are specifically useful.
npx skillsauth add Mineru98/skills-store playwright-cliInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this skill for browser automation tasks.
Prefer Codex Playwright browser tools in this environment:
Use the local playwright-cli command only when one of these is true:
playwright-cli.If using the CLI, prefer the globally installed playwright-cli. If that fails, try npx playwright-cli.
Common commands:
playwright-cli open https://example.com
playwright-cli snapshot
playwright-cli click e3
playwright-cli fill e5 "[email protected]"
playwright-cli press Enter
playwright-cli screenshot --filename=page.png
playwright-cli close
e3 are session-specific. Refresh them after navigation or major DOM changes.Read only the specific reference file needed for the task:
references/session-management.md for named sessions and persistent profiles.references/storage-state.md for cookies and storage state workflows.references/request-mocking.md for routing and mock responses.references/running-code.md for advanced Playwright code execution.references/tracing.md for traces.references/video-recording.md for video capture.references/test-generation.md for generating tests from browser flows.tools
지정한 포트에서 실행 중인 프로세스를 찾아 종료합니다.
tools
변경된 파일을 기능별로 그룹화하여 커밋 생성
development
Guide for defining and using Claude subagents effectively. Use when (1) creating new subagent types, (2) learning how to delegate work to specialized subagents, (3) improving subagent delegation prompts, (4) understanding subagent orchestration patterns, or (5) debugging ineffective subagent usage.
tools
Automates browser interactions for web testing, form filling, screenshots, and data extraction. Use when the user needs to navigate websites, interact with web pages, fill forms, take screenshots, test web applications, or extract information from web pages.