<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [PuppeteerNodeLaunchOptions](./puppeteer.puppeteernodelaunchoptions.md)

## 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.

<b>Signature:</b>

```typescript
export declare type PuppeteerNodeLaunchOptions = BrowserLaunchArgumentOptions & LaunchOptions & BrowserConnectOptions;
```
<b>References:</b> [BrowserLaunchArgumentOptions](./puppeteer.browserlaunchargumentoptions.md), [LaunchOptions](./puppeteer.launchoptions.md), [BrowserConnectOptions](./puppeteer.browserconnectoptions.md)