Back to Puppeteer

ChromeReleaseChannel type

docs/api/puppeteer.chromereleasechannel.md

19.2.2165 B
Original Source

ChromeReleaseChannel type

Signature

typescript
export type ChromeReleaseChannel =
  | 'chrome'
  | 'chrome-beta'
  | 'chrome-canary'
  | 'chrome-dev';