--- sidebar_label: InstalledBrowser --- # InstalledBrowser interface #### Signature: ```typescript export interface InstalledBrowser ``` ## Properties | Property | Modifiers | Type | Description | Default | | -------- | --------- | ------------------------------------------------ | ----------- | ------- | | browser | | [Browser](./browsers.browser.md) | | | | buildId | | string | | | | path | | string | | | | platform | | [BrowserPlatform](./browsers.browserplatform.md) | | |