🦀 ClawHub
Chrome Remote Browser Guide
by @lgx-00
Guide for AI agents on how to use Chrome Remote Debugging (CDP on port 9222) to automate browser interactions. Covers the full lifecycle — connecting, naviga...
⚙️ Configuration
Chrome must be running with remote debugging enabled:
--remote-debugging-port=9222
The user should see something like:
Server running at: 127.0.0.1:9222
TERMINAL
clawhub install chrome-remote-browser