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

Browserless

Entry point for creating BAP browser sessions backed by Browserless BrowserQL.

Methods

connect()

static connect(options): Browser;

Creates a Browser instance configured for the BrowserQL WebSocket endpoint.

The returned Browser opens BrowserQL-backed pages with Browser.newPage.

Parameters

ParameterType
optionsConnectOptions

Returns

Browser