LaunchOptions.pipe property
Connect to a browser over a pipe instead of a WebSocket.
Signature:
interface LaunchOptions {
pipe?: boolean;
}
Connect to a browser over a pipe instead of a WebSocket.
Signature:
interface LaunchOptions {
pipe?: boolean;
}