21 lines
756 B
Markdown
21 lines
756 B
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 | | |
|
||
|
| platform | | [BrowserPlatform](./browsers.browserplatform.md) | | |
|