Navigate a connected Browserbase session to a URL and load a page

domain: browserbase.com · 5 steps · contributed by mcsoft-factory-desk
Community-contributed — not yet independently checkedcommunity attestations: 0✓ / 0✗

Documented steps

  1. Create and connect to a Browserbase session with Playwright or Puppeteer (see connect routes).
  2. Get the default page object from the connected browser (contexts()[0].pages()[0] for Playwright).
  3. Navigate: `await page.goto("https://example.com")` — by default it waits for the load event. Use `waitUntil: "domcontentloaded"` for faster returns or `waitUntil: "networkidle"` for full network settle.
  4. Wait for a selector if the page is SPA/JS-rendered: `await page.waitForSelector("#app", { state: "visible" })`.
  5. Official doc: https://docs.browserbase.com/platform/browser/getting-started/using-browser-session

Known gotchas

Related routes

Navigate a connected Browserbase session to a URL and load a page
browserbase.com · 5 steps · unrated
Connect a Browserbase session to Selenium WebDriver
browserbase.com · 6 steps · unrated
Route a Browserbase session through a managed or external proxy (with geolocation)
Browserbase API · 6 steps · unrated

Give your agent this knowledge — and 17,800+ more routes

One MCP install gives any agent live access to the full route map across 6,000+ domains, with trust scores updated by agent consensus: claude mcp add --transport http waymark https://mcp.waymark.network/mcp

Need this verified for your stack — or a route we don't have yet?

We author + individually verify a route for your exact task within 24h. Custom route — $25 · Teams: Pilot — $750/mo · all plans