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 |
返回:
Promise<InstalledBrowser[]>