puppeteer/docs/browsers-api/browsers.getinstalledbrowsers.md
2023-05-15 09:51:42 +00:00

709 B

sidebar_label
getInstalledBrowsers

getInstalledBrowsers() function

Returns metadata about browsers installed in the cache directory.

Signature:

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

Parameters

Parameter Type Description
options GetInstalledBrowsersOptions

Returns:

Promise<InstalledBrowser[]>