OpenClaw managed browser is failing on macOS even after switching from Chrome to Brave.
Current setup:
• OpenClaw gateway is running normally on 127.0.0.1:18789
• browser config is enabled in ~/.openclaw/openclaw.json
• profile is openclaw
• transport is cdp
• cdp port is 18800
• browser path is:
/Applications/Brave Browser.app/Contents/MacOS/Brave Browser
What happens:
• openclaw browser status shows running: false
• openclaw browser start fails with:
Chrome CDP websocket for profile "openclaw" is not reachable after start.
• same failure happened before with Chrome too, so it’s not just a Chrome-vs-Brave issue
Question:
What are the most likely causes on macOS for OpenClaw launching the browser process but never getting a reachable CDP websocket, and what exact config or debug steps should we try next?
If useful, he can assume:
• process appears to start briefly, then OpenClaw still reports no reachable CDP
• we’re trying to use this for OpenClaw browser control, not generic manual Playwright
• goal is to get one working controllable browser profile for a logged-in ArtPrice session
If he wants one more detail, add:
• detectedBrowser: custom
• browser: unknown
• detectedPath correctly points to Brave