Skip to main content

ReconnectionResponse

The response received after attempting to reconnect a BrowserQL session

type ReconnectionResponse {
browserQLEndpoint: String
browserWSEndpoint: String
devtoolsFrontendUrl: String
webSocketDebuggerUrl: String
}

Fields

ReconnectionResponse.browserQLEndpoint ● String scalar

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

ReconnectionResponse.browserWSEndpoint ● String scalar

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

ReconnectionResponse.devtoolsFrontendUrl ● String scalar

The fully-qualified URL of the devtools resources for loading Chrome's developer tools remotely

ReconnectionResponse.webSocketDebuggerUrl ● String scalar

The underlying page's webSocketDebuggerUrl, useful for hooking libraries that operate on a page and not a browser object

Returned By

reconnect mutation