Skip to main content
Version: 15.3.1

LaunchOptions.handleSIGINT property

Close the browser process on Ctrl+C.

Signature:

interface LaunchOptions {
handleSIGINT?: boolean;
}