Playwright vs CDP: Comparing Browser Control Approaches

Playwright is a well-packaged high-level tool, while CDP is the browser's low-level "machine language". For scenarios where OpenClaw directly drives the host machine's browser main Profile, connecting to port 9222 via the CDP (DevTools MCP) protocol is the best choice

AI

macOS Chrome Remote Debugging configuration

On macOS, Chrome remote debugging must be enabled manually by ticking the checkbox at chrome://inspect/#remote-debugging, rather than relying on command-line flags

Tools