puppeteer/docs/api/puppeteer.launchoptions.dumpio.md

13 lines
263 B
Markdown
Raw Normal View History

---
sidebar_label: LaunchOptions.dumpio
---
# LaunchOptions.dumpio property
If true, pipes the browser process stdout and stderr to `process.stdout` and `process.stderr`.
**Signature:**
```typescript
interface LaunchOptions {dumpio?: boolean;}
```