Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to install the "playwright-cli" skill in my project. Repository: https://github.com/nokonoko1203/claude-code-settings Please read the repo to find the SKILL.md file(s), then: 1. Download them into the correct skills directory (.claude/skills/ or .cursor/skills/) 2. Include any companion files referenced by the skill 3. Confirm what was installed and where
Description
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.
DevTools
`bash playwright-cli console playwright-cli console warning playwright-cli network playwright-cli run-code "async page => await page.context().grantPermissions(['geolocation'])" playwright-cli tracing-start playwright-cli tracing-stop playwright-cli video-start playwright-cli video-stop video.webm `
Example: Debugging with DevTools
`bash playwright-cli open https://example.com playwright-cli click e4 playwright-cli fill e7 "test" playwright-cli console playwright-cli network playwright-cli close ` `bash playwright-cli open https://example.com playwright-cli tracing-start playwright-cli click e4 playwright-cli fill e7 "test" playwright-cli tracing-stop playwright-cli close `
navigate to a page
playwright-cli goto https://playwright.dev
interact with the page using refs from the snapshot
playwright-cli click e15 playwright-cli type "page.click" playwright-cli press Enter
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster
