puppeteer/website/versioned_docs/version-20.9.0/browsers-api/browsers.installedbrowser.md
release-please[bot] 03adf4189e
chore: release main (#10577)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
2023-07-20 07:36:56 +00:00

21 lines
1.6 KiB
Markdown

---
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 | 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) | | |