0
0
mirror of https://github.com/puppeteer/puppeteer synced 2024-06-14 14:02:48 +00:00
puppeteer/website/versioned_docs/version-19.7.5/api/puppeteer.launchoptions.channel.md
release-please[bot] 73ca94fe66
chore: release main ()
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
2023-03-14 11:47:24 +01:00

201 B

sidebar_label
LaunchOptions.channel

LaunchOptions.channel property

Chrome Release Channel

Signature:

interface LaunchOptions {
  channel?: ChromeReleaseChannel;
}