Skip to main content
Version: Next

InstalledBrowser type

Signature:

export type InstalledBrowser = {
path: string;
browser: Browser;
buildId: string;
platform: BrowserPlatform;
};

References: Browser, BrowserPlatform