Cdp

Drive any Chromium-based browser via the DevTools Protocol from JavaScript. Run JS snippets through the `browser-harness-js` CLI — it auto-spawns a long-lived Node HTTP server holding a fully-typed CDP `Session`, and every call (`browser-harness-js 'await session.Page.navigate(...)'`) executes against the same persistent connection. Session, active target, and globals survive across calls. Use when the user wants to automate, script, or inspect a Chromium-based browser via CDP — single tab or multi-tab. Prefers the unpacked Chrome extension relay; falls back to remote debugging (chrome://inspect or --remote-debugging-port).

monotykamary d9dfeb7 63 files · 2.5 MB Updated

File contents

monotykamary/browser-harness-js/tree/main/skills/cdp commit d9dfeb7bc1

Frequently asked questions

npx skillmds@latest add monotykamary/cdp