Skip to content

ConnectToCdpOptions.shouldDisableSandbox?

ConnectToCdpOptions › shouldDisableSandbox?

Type: boolean

Whether to launch the owned instance with Chromium's sandbox disabled (--no-sandbox).

Needed to boot on Linux without a correctly-configured setuid chrome-sandbox helper (e.g. an installer-extracted portable shell, or CI running as a non-root user); harmless on Windows/macOS. Ignored in attach mode (port set).