<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [LaunchOptions](./puppeteer.launchoptions.md) &gt; [dumpio](./puppeteer.launchoptions.dumpio.md)

## LaunchOptions.dumpio property

If true, pipes the browser process stdout and stderr to `process.stdout` and `process.stderr`.

<b>Signature:</b>

```typescript
dumpio?: boolean;
```