puppeteer/website/versioned_docs/version-19.0.0/api/puppeteer.launchoptions.channel.md

16 lines
200 B
Markdown
Raw Normal View History

---
sidebar_label: LaunchOptions.channel
---
# LaunchOptions.channel property
Chrome Release Channel
**Signature:**
```typescript
interface LaunchOptions {
channel?: ChromeReleaseChannel;
}
```