puppeteer/website/versioned_docs/version-19.7.5/api/puppeteer.browserlaunchargumentoptions.devtools.md

20 lines
364 B
Markdown
Raw Normal View History

---
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`.
2022-10-24 14:31:12 +00:00
#### Signature:
```typescript
interface BrowserLaunchArgumentOptions {
devtools?: boolean;
}
```
2022-10-24 14:31:12 +00:00
#### Default value:
`false`