getInstalledBrowsers() 函数
¥getInstalledBrowsers() function
返回有关安装在缓存目录中的浏览器的元数据。
¥Returns metadata about browsers installed in the cache directory.
签名
¥Signature
export declare function getInstalledBrowsers(
options: GetInstalledBrowsersOptions,
): Promise<InstalledBrowser[]>;
参数
¥Parameters
范围 | 类型 | 描述 |
---|---|---|
options |
Returns:
Promise<InstalledBrowser[]>