dcfec6dbbd
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
293 B
293 B
sidebar_label |
---|
BrowserLaunchArgumentOptions.headless |
BrowserLaunchArgumentOptions.headless property
Whether to run the browser in headless mode.
Signature:
interface BrowserLaunchArgumentOptions {
headless?: boolean | 'new';
}
Default value:
true