Skip to main content

PuppeteerLaunchOptions interface

Signature:
export interface PuppeteerLaunchOptions extends LaunchOptions, BrowserLaunchArgumentOptions, BrowserConnectOptions
Extends: [LaunchOptions](/puppeteer/api/puppeteer.launchoptions), [BrowserLaunchArgumentOptions](/puppeteer/api/puppeteer.browserlaunchargumentoptions), [BrowserConnectOptions](/puppeteer/api/puppeteer.browserconnectoptions)

Properties

PropertyTypeDescription
extraPrefsFirefox?Record<string, unknown>(Optional)
product?Product(Optional)