Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 364 Bytes

puppeteer.browserlaunchargumentoptions.devtools.md

File metadata and controls

19 lines (13 loc) · 364 Bytes
sidebar_label
BrowserLaunchArgumentOptions.devtools

BrowserLaunchArgumentOptions.devtools property

Whether to auto-open a DevTools panel for each tab. If this is set to true, then headless will be forced to false.

Signature:

interface BrowserLaunchArgumentOptions {
  devtools?: boolean;
}

Default value:

false