1875da6191
Closes #9233
20 lines
293 B
Markdown
20 lines
293 B
Markdown
---
|
|
sidebar_label: BrowserLaunchArgumentOptions.headless
|
|
---
|
|
|
|
# BrowserLaunchArgumentOptions.headless property
|
|
|
|
Whether to run the browser in headless mode.
|
|
|
|
#### Signature:
|
|
|
|
```typescript
|
|
interface BrowserLaunchArgumentOptions {
|
|
headless?: boolean | 'new';
|
|
}
|
|
```
|
|
|
|
#### Default value:
|
|
|
|
true
|