Skip to main content
Version: 18.0.2

LaunchOptions.handleSIGINT property

Close the browser process on Ctrl+C.

Signature:

interface LaunchOptions {
handleSIGINT?: boolean;
}