playwright-cli
Installation
SKILL.md
Browser Automation with playwright-cli
Use playwright-cli to inspect a live page and discover the real flow, stable
selectors, and cookie/consent steps before authoring a ScreenCI .screenci.ts
script. It drives a real browser from the CLI: navigate, snapshot, click, type.
Use these commands rather than writing a Playwright script of your own. A throwaway script starts signed out, launches whichever browser it defaults to, and needs its own teardown; every one of those differences sends you chasing selectors the recording will never see.