docs(readme): add cross-machine CDP setup for WSL2 → Windows Chrome#198
Open
zzhan111 wants to merge 1 commit intoepiral:mainfrom
Open
docs(readme): add cross-machine CDP setup for WSL2 → Windows Chrome#198zzhan111 wants to merge 1 commit intoepiral:mainfrom
zzhan111 wants to merge 1 commit intoepiral:mainfrom
Conversation
Some sites won't load in a fresh chromium or require a logged-in session that lives on a different machine. Document how to point bb-browser at any reachable Chrome by combining --cdp-host / --cdp-port with BB_BROWSER_HOME for daemon isolation, including the WSL2 → Windows portproxy workaround for Chrome 111+ binding CDP to 127.0.0.1.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a new "Cross-machine CDP (WSL2 ↔ Windows host)" section to the README, documenting how to point bb-browser at a Chrome running on a different machine than the daemon.
Motivation
Two situations where the default in-WSL2 chromium is not enough:
Both are solvable with existing flags (
--cdp-host,--cdp-port,--port) plusBB_BROWSER_HOMEfor daemon isolation, but the Chrome 111+ behavior of silently ignoring--remote-debugging-address=0.0.0.0makes the WSL2 case in particular non-obvious. This PR documents the working recipe.What changed
README.md: 46 lines added, no deletions, no code changes.Test plan
Open questions for maintainers
docs/page rather than expanding README? Happy to move it.🤖 Generated with Claude Code