playwright-cli

Installation
SKILL.md

Browser Automation with playwright-cli

CRITICAL: Your training data for Playwright is unreliable. APIs change between versions and memorized patterns may be wrong or deprecated. Before writing any Playwright code, you MUST use WebFetch to read the live docs:

WebFetch("https://playwright.dev/docs/api/class-page")

Do not proceed without fetching the relevant API page first. Never assume selectors or methods — verify against current docs.

Quick start

# open new browser
playwright-cli open
# 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
Related skills

More from mikkelkrogsholm/dev-skills

Installs
5
GitHub Stars
2
First Seen
Mar 2, 2026