puppeteer/website/versioned_docs/version-15.3.0/api/puppeteer.browserlaunchargumentoptions.md
release-please[bot] 01c76b7eb1
chore(main): release 15.3.0 (#8606)
* chore(main): release 15.3.0

* chore: generate versioned docs

Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
2022-07-01 17:02:54 +02:00

2.2 KiB

sidebar_label
BrowserLaunchArgumentOptions

BrowserLaunchArgumentOptions interface

Launcher options that only apply to Chrome.

Signature:

export interface BrowserLaunchArgumentOptions

Properties

Property Modifiers Type Description
args? string[] (Optional) Additional command line arguments to pass to the browser instance.
debuggingPort? number (Optional)
devtools? boolean (Optional) Whether to auto-open a DevTools panel for each tab. If this is set to true, then headless will be forced to false.
headless? boolean | 'chrome' (Optional) Whether to run the browser in headless mode.
userDataDir? string (Optional) Path to a user data directory. see the Chromium docs for more info.