docs: improve clarity of setup instructions#705
Open
claudeaceae wants to merge 1 commit intoChromeDevTools:mainfrom
Open
docs: improve clarity of setup instructions#705claudeaceae wants to merge 1 commit intoChromeDevTools:mainfrom
claudeaceae wants to merge 1 commit intoChromeDevTools:mainfrom
Conversation
- Update Chrome version requirement from 144 to 145 (now stable)
- Add clearer distinction between automatic vs manual connection methods
- Improve grammar consistency ("want" instead of "would like")
- Add note about Chrome 145 being in stable channel (December 2024)
- Add nvm usage example in contributing guide
- Fix HTML escape sequence in Chrome version number
These changes help users understand which setup method to choose
and provide more accurate version requirements.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
|
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
OrKoN
reviewed
Jan 12, 2026
|
|
||
| - **Automatic connection (available in Chrome 144)**: best for sharing state between manual and agent-driven testing. | ||
| - **Manual connection via remote debugging port**: best when running inside a sandboxed environment. | ||
| - **Automatic connection (requires Chrome 145+)**: Best for sharing state between manual and agent-driven testing. Requires minimal setup. |
Collaborator
There was a problem hiding this comment.
this is not correct, the feature was merged back to the 144 release branch.
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
This PR improves the setup documentation with clearer instructions and up-to-date version information:
Changes
All changes are documentation-only:
/tmp/chrome-mcp/README.md- Updated Chrome version info and improved connection method descriptions/tmp/chrome-mcp/CONTRIBUTING.md- Added nvm usage tip for contributorsThese improvements help users:
🤖 Generated with Claude Code