Returns metadata about browsers installed in the cache directory.
export declare function getInstalledBrowsers(
options: GetInstalledBrowsersOptions,
): Promise<InstalledBrowser[]>;
Parameter | Type | Description |
---|---|---|
options | [GetInstalledBrowsersOptions](./browsers.getinstalledbrowsersoptions.md) |
Returns:
Promise<InstalledBrowser\[\]>