Add CDP event tailing docs to browser and browserbase-cli skills#60
Open
derekmeegan wants to merge 1 commit intomainfrom
Open
Add CDP event tailing docs to browser and browserbase-cli skills#60derekmeegan wants to merge 1 commit intomainfrom
derekmeegan wants to merge 1 commit intomainfrom
Conversation
…ills Document the new `browse cdp <url|port>` command for streaming Chrome DevTools Protocol events as NDJSON. Update both the browser skill (command reference and usage) and the browserbase-cli skill (debug workflow using `bb sessions debug` + `browse cdp`). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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
browse cdp <url|port>command documentation to the browser skill (SKILL.md + REFERENCE.md)bb sessions debug+browse cdp) to the browserbase-cli skill (SKILL.md + REFERENCE.md)--domainfiltering,--prettymode, piping/jq usageContext
The
browse cdpcommand is being added in browserbase/stagehand#1905. These docs describe the new command for Claude Code skill users.Test plan
🤖 Generated with Claude Code
Note
Low Risk
Documentation-only updates that introduce no code-path or behavioral changes; risk is limited to potential confusion if the documented flags/workflows diverge from the shipped CLIs.
Overview
Adds documentation for a new
browse cdp <url|port>workflow to stream Chrome DevTools Protocol events as NDJSON, including--domainfiltering,--prettyoutput, and piping/JQ examples.Updates the Browserbase CLI skill docs to describe session debugging via
bb sessions debugand using its returnedwsUrlwithbrowse cdpto tail live events from a running Browserbase session.Written by Cursor Bugbot for commit 50d5ca9. This will update automatically on new commits. Configure here.