Chrome Cdp

Drive a headless Chrome over the Chrome DevTools Protocol (CDP) for browser QA — navigate, click, fill forms, read the DOM/accessibility tree, screenshot, and assert. Use whenever a task requires loading a web page and interacting with it like a user. Chrome is launched by a bash step (recipe below); this skill attaches over CDP — no MCP server, no Puppeteer/Playwright needed to drive.

mattzcarey Updated

File contents

mattzcarey/shippie/tree/main/src/skills/chrome-cdp commit 38f12c4a82

Frequently asked questions

npx skillmds@latest add mattzcarey/chrome-cdp-2