diff --git a/README.md b/README.md index ab7f6a5d..4dca9d1b 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,12 @@ Set up https://github.com/browser-use/browser-harness for me. Read `install.md` and follow the steps to install browser-harness and connect it to my browser. ``` +Manual first run: `browser-harness` needs a connected browser before commands can run. +Use one of the browser connection paths from [`install.md`](install.md): + +- Normal Chrome profile: open `chrome://inspect/#remote-debugging` and allow remote debugging. +- Isolated automation profile: launch Chrome with `--remote-debugging-port=9222 --user-data-dir=`, then set `BU_CDP_URL=http://127.0.0.1:9222`. + The agent will open `chrome://inspect/#remote-debugging`. Tick the checkbox so the agent can connect to your browser: Remote debugging setup