Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 269 Bytes

puppeteer.browserlaunchargumentoptions.args.md

File metadata and controls

15 lines (11 loc) · 269 Bytes
sidebar_label
BrowserLaunchArgumentOptions.args

BrowserLaunchArgumentOptions.args property

Additional command line arguments to pass to the browser instance.

Signature:

interface BrowserLaunchArgumentOptions {
  args?: string[];
}