2023-04-06 12:50:22 +00:00
---
sidebar_label: InstalledBrowser
---
2023-07-20 08:53:15 +00:00
# InstalledBrowser class
2023-04-06 12:50:22 +00:00
#### Signature:
```typescript
2023-07-20 08:53:15 +00:00
export declare class InstalledBrowser
2023-04-06 12:50:22 +00:00
```
2023-07-20 08:53:15 +00:00
## Remarks
The constructor for this class is marked as internal. Third-party code should not call the constructor directly or create subclasses that extend the `InstalledBrowser` class.
2023-07-17 08:52:54 +00:00
## Properties
2023-07-20 08:53:15 +00:00
| Property | Modifiers | Type | Description |
| -------------- | --------------------- | ------------------------------------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------- |
| browser | | [Browser ](./browsers.browser.md ) | |
| buildId | | string | |
| executablePath | < code > readonly< / code > | string | |
| path | < code > readonly</ code > | 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 ) | |
2024-02-20 18:09:36 +00:00
## Methods
| Method | Modifiers | Description |
| ----------------------------------------------------------------------- | --------- | ----------- |
| [readMetadata() ](./browsers.installedbrowser.readmetadata.md ) | | |
| [writeMetadata(metadata) ](./browsers.installedbrowser.writemetadata.md ) | | |