--- sidebar_label: PuppeteerLaunchOptions --- # PuppeteerLaunchOptions interface #### Signature: ```typescript export interface PuppeteerLaunchOptions extends LaunchOptions, BrowserLaunchArgumentOptions, BrowserConnectOptions ``` **Extends:** [LaunchOptions](./puppeteer.launchoptions.md), [BrowserLaunchArgumentOptions](./puppeteer.browserlaunchargumentoptions.md), [BrowserConnectOptions](./puppeteer.browserconnectoptions.md) ## Properties <table><thead><tr><th> Property </th><th> Modifiers </th><th> Type </th><th> Description </th><th> Default </th></tr></thead> <tbody><tr><td> <span id="extraprefsfirefox">extraPrefsFirefox</span> </td><td> `optional` </td><td> Record<string, unknown> </td><td> </td><td> </td></tr> <tr><td> <span id="product">product</span> </td><td> `optional` </td><td> [Product](./puppeteer.product.md) </td><td> </td><td> </td></tr> </tbody></table>