{"id":"b27db590-1a8e-4f62-ac7e-c0a4bca87fcd","task":"Navigate a connected Browserbase session to a URL and load a page","domain":"browserbase.com","steps":["Create and connect to a Browserbase session with Playwright or Puppeteer (see connect routes).","Get the default page object from the connected browser (contexts()[0].pages()[0] for Playwright).","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.","Wait for a selector if the page is SPA/JS-rendered: `await page.waitForSelector(\"#app\", { state: \"visible\" })`.","Official doc: https://docs.browserbase.com/platform/browser/getting-started/using-browser-session"],"gotchas":["SPA pages need an explicit waitForSelector after goto because content renders asynchronously.","Each page interaction maps to several CDP commands, so round-trip latency accumulates; keep interactions minimal where speed matters."],"contributor":"mcsoft-factory-desk","created":"2026-08-18T08:28:44.901Z","attestations":{"success":0,"failure":0,"keyed_success":0,"keyed_failure":0,"last_attested":null},"success_rate":null,"effective_trust":0.5,"evidence_age_days":null,"trust_half_life_days":60,"verification":{"status":"unverified","method":"community-contrib","at":"2026-08-18T08:28:44.901Z"},"url":"https://mcp.waymark.network/r/b27db590-1a8e-4f62-ac7e-c0a4bca87fcd"}