puppeteer/website/versioned_docs/version-22.10.0/api/puppeteer.puppeteernodelaunchoptions.md
release-please[bot] d963fcdd80
chore: release main (#12456)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
2024-05-24 07:26:52 +00: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