mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
14 lines
422 B
Markdown
14 lines
422 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [LaunchOptions](./puppeteer.launchoptions.md) > [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;
|
||
|
```
|