puppeteer/docs/browsers-api/browsers.installedbrowser.md

21 lines
1.6 KiB
Markdown
Raw Normal View History

2023-04-06 12:50:22 +00:00
---
sidebar_label: InstalledBrowser
---
# InstalledBrowser interface
2023-04-06 12:50:22 +00:00
#### Signature:
```typescript
export interface InstalledBrowser
2023-04-06 12:50:22 +00:00
```
## Properties
| 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) | | |