ReconnectionResponse
The response received after attempting to reconnect a BrowserQL session
Properties
| Property | Type | Description |
|---|---|---|
browserQLEndpoint | string | null | The fully-qualified URL to reconnect future BrowserQL sessions, eg: https://chrome.browserless.io/bql/$id. Please note that token information is not returned by this API and might be required |
browserWSEndpoint | string | null | The fully-qualified URL of the browserWSEndpoint which can be used with other libraries like playwright or puppeteer. Please note that token information is not returned by this API and might be required |
devtoolsFrontendUrl | string | null | The fully-qualified URL of the devtools resources for loading Chrome's developer tools remotely |
webSocketDebuggerUrl | string | null | The underlying page's webSocketDebuggerUrl, useful for hooking libraries that operate on a page and not a browser object |