Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 333 Bytes

puppeteer.browserlaunchargumentoptions.devtools.md

File metadata and controls

15 lines (11 loc) · 333 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;
}