playwright._impl._errors.Error: CDPSession.send: Protocol error (Browserless.reconnect): 'Browserless.reconnect' wasn't found #4898
Unanswered
gedge-tres
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This happens when sending the command on both a page-level CDP session and a browser-level CDP session.
Expected
BrowserlessCDP domain is available on the cloud endpoint.Browserless.reconnectreturns abrowserWSEndpoint(or equivalent) so the browser stays alive for the TTL and I can reconnect.Actual
browserends the remote session, so reconnection isn’t possible.Steps to reproduce (minimal, Python / Playwright)
Things I tried
✅ Using browser-level CDP session (await browser1.new_browser_cdp_session())
✅ Using page-level CDP session (await ctx.new_cdp_session(page))
✅ Verified I’m connecting to wss://production-sfo.browserless.io?... (not a raw Chrome CDP)
✅ After Schema.getDomains, there’s no Browserless domain in the returned list (prints False)
✅ Same result with/without prior navigation/login
✅ Playwright Python async API
Happy to run any additional probes if helpful. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions