puppeteer/website/versioned_docs/version-21.3.6/api/puppeteer.puppeteernodelaunchoptions.md
release-please[bot] eedbb13ada
chore: release main (#11051)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
2023-09-28 15:03:09 +02:00

581 B

sidebar_label
PuppeteerNodeLaunchOptions

PuppeteerNodeLaunchOptions type

Utility type exposed to enable users to define options that can be passed to puppeteer.launch without having to list the set of all types.

Signature:

export type PuppeteerNodeLaunchOptions = BrowserLaunchArgumentOptions &
  LaunchOptions &
  BrowserConnectOptions;

References: BrowserLaunchArgumentOptions, LaunchOptions, BrowserConnectOptions