Skip to main content
Version: 16.1.0

LaunchOptions.pipe property

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

Signature:

interface LaunchOptions {
pipe?: boolean;
}