puppeteer/website/versioned_docs/version-9.1.1/puppeteer.puppeteernodelaunchoptions.md
2021-08-10 11:09:48 +01:00

752 B

Home > puppeteer > 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 declare type PuppeteerNodeLaunchOptions = BrowserLaunchArgumentOptions & LaunchOptions & BrowserConnectOptions;

References: BrowserLaunchArgumentOptions, LaunchOptions, BrowserConnectOptions