Skip to content

Function: sessionBrowserBinary()

sessionBrowserBinary(settings): string

Defined in: packages/aiui-util/src/browser.ts:149

Which binary a session-browser launch should run: an explicit executablePath (usually the managed Chrome for Testing) wins; otherwise the system install of the requested channel (default stable). Throws when no such browser is installed.

Parameters

settings

channel?

"dev" | "stable" | "beta" | "canary"

executablePath?

string

Returns

string