Skip to main content
Version: 21.0.1

getInstalledBrowsers() function

Returns metadata about browsers installed in the cache directory.

Signature:

export declare function getInstalledBrowsers(
options: GetInstalledBrowsersOptions
): Promise<InstalledBrowser[]>;

Parameters

ParameterTypeDescription
optionsGetInstalledBrowsersOptions

Returns:

Promise<InstalledBrowser[]>