2023-04-06 12:50:22 +00:00
---
sidebar_label: InstalledBrowser
---
2023-07-17 08:52:54 +00:00
# InstalledBrowser interface
2023-04-06 12:50:22 +00:00
#### Signature:
```typescript
2023-07-17 08:52:54 +00:00
export interface InstalledBrowser
2023-04-06 12:50:22 +00:00
```
2023-07-17 08:52:54 +00:00
## Properties
2023-07-19 10:32:22 +00:00
| Property | Modifiers | Type | Description | Default |
| -------- | --------- | ------------------------------------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------- | ------- |
| browser | | [Browser ](./browsers.browser.md ) | | |
| buildId | | string | | |
| path | | string | Path to the root of the installation folder. Use [computeExecutablePath() ](./browsers.computeexecutablepath.md ) to get the path to the executable binary. | |
| platform | | [BrowserPlatform ](./browsers.browserplatform.md ) | | |