puppeteer/website/versioned_docs/version-19.1.0/api/puppeteer.launchoptions.pipe.md

212 B

sidebar_label
LaunchOptions.pipe

LaunchOptions.pipe property

Connect to a browser over a pipe instead of a WebSocket.

Signature:

interface LaunchOptions {
  pipe?: boolean;
}