For AI agents: a documentation index is available at /llms.txt
Skip to main content

ConnectOptions

Properties

PropertyTypeDescription
browserWSEndpoint?stringThe BrowserQL WebSocket endpoint to connect to. Optional when a custom transport is supplied, since the transport owns the connection.
timeout?number-
token?string-
transport?TransportFactoryOverride the built-in WebSocket with your own transport (puppeteer-style). Called once per Browser.newPage with the endpoint URL; must resolve a ConnectionTransport that is already open. See TransportFactory.