Skip to content

docs: make the browser quickstart copy-paste complete - #246

Open
MagMueller wants to merge 1 commit into
mainfrom
agency/browser-quickstart-v4-sdk
Open

docs: make the browser quickstart copy-paste complete#246
MagMueller wants to merge 1 commit into
mainfrom
agency/browser-quickstart-v4-sdk

Conversation

@MagMueller

@MagMueller MagMueller commented Sep 4, 2026

Copy link
Copy Markdown
Contributor

What changed

  • use the API V4 SDK namespace in both browser-management examples
  • install Playwright before importing it
  • give Puppeteer its own puppeteer-core install tab
  • regenerate both llms-full.txt mirrors

Why

The Browser Infrastructure quickstart said API V4 but imported the V3 SDK. It also installed only browser-use-sdk, then imported Playwright in the next section. A fresh Python environment reproduces ModuleNotFoundError: No module named 'playwright'.

Validation

  • npx --yes mintlify@latest broken-links
  • Python: 61 tests passed
  • TypeScript: 147 tests passed
  • TypeScript typecheck and CJS/ESM/DTS build passed
  • fresh Python install: documented imports pass with the new install command
  • fresh Node install: browser-use-sdk/v4 and playwright imports pass
  • generated docs are reproducible and git diff --check is clean

No API behavior changes.


Summary by cubic

Fixes the browser quickstart so the install commands and code examples actually run: it now uses the V4 SDK namespace and installs Playwright, which was missing and caused ModuleNotFoundError in a fresh Python environment.

  • Adds a separate Puppeteer install tab for TypeScript users.
  • Regenerates both llms-full.txt mirrors to match the quickstart.
  • No API behavior changes.

Written for commit 6a8e161. Summary will update on new commits.

Review in cubic

@mintlify

mintlify Bot commented Sep 4, 2026

Copy link
Copy Markdown
Contributor

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated
browser-use 🟢 Ready View Preview Sep 4, 2026, 12:09 PM

💡 Tip: Enable Automations to automatically generate PRs for you.

@cubic-dev-ai cubic-dev-ai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 3 files

Re-trigger cubic

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant