puppeteer/website/versioned_docs/version-9.1.1/puppeteer.browserlaunchargumentoptions.devtools.md
2021-08-10 11:09:48 +01:00

527 B

Home > puppeteer > 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 set to false automatically.

Signature:

devtools?: boolean;