e2d9858b38
* chore(main): release 17.0.0 * chore: generate versioned docs Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
588 B
588 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 declare type PuppeteerNodeLaunchOptions = BrowserLaunchArgumentOptions &
LaunchOptions &
BrowserConnectOptions;
References: BrowserLaunchArgumentOptions, LaunchOptions, BrowserConnectOptions