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
|
|
|
|
|
|
|
|
| Property | Modifiers | Type | Description | Default |
|
|
|
|
| -------- | --------- | ------------------------------------------------ | ----------- | ------- |
|
|
|
|
| browser | | [Browser](./browsers.browser.md) | | |
|
|
|
|
| buildId | | string | | |
|
|
|
|
| path | | string | | |
|
|
|
|
| platform | | [BrowserPlatform](./browsers.browserplatform.md) | | |
|