Skip to main content
Version: 18.0.1

LaunchOptions.dumpio property

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

Signature:

interface LaunchOptions {
dumpio?: boolean;
}