ConnectOptions
Properties
| Property | Type | Description |
|---|---|---|
browserWSEndpoint? | string | The BrowserQL WebSocket endpoint to connect to. Optional when a custom transport is supplied, since the transport owns the connection. |
timeout? | number | - |
token? | string | - |
transport? | TransportFactory | Override 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. |