Skip to main content
Version: 16.1.0

LaunchOptions.handleSIGINT property

Close the browser process on Ctrl+C.

Signature:

interface LaunchOptions {
handleSIGINT?: boolean;
}