puppeteer/website/versioned_docs/version-21.3.0/browsers-api/browsers.systemoptions.md
release-please[bot] 04384aeaec
chore: release main (#10907)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
2023-09-19 13:03:19 +00:00

20 lines
1.0 KiB
Markdown

---
sidebar_label: SystemOptions
---
# SystemOptions interface
#### Signature:
```typescript
export interface SystemOptions
```
## Properties
| Property | Modifiers | Type | Description | Default |
| -------- | --------------------- | ---------------------------------------------------------- | --------------------------------------------------------- | ------------------ |
| browser | | [Browser](./browsers.browser.md) | Determines which browser to launch. | |
| channel | | [ChromeReleaseChannel](./browsers.chromereleasechannel.md) | Release channel to look for on the system. | |
| platform | <code>optional</code> | [BrowserPlatform](./browsers.browserplatform.md) | Determines which platform the browser will be suited for. | **Auto-detected.** |