<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [BrowserLaunchArgumentOptions](./puppeteer.browserlaunchargumentoptions.md) &gt; [headless](./puppeteer.browserlaunchargumentoptions.headless.md)

## BrowserLaunchArgumentOptions.headless property

Whether to run the browser in headless mode.

<b>Signature:</b>

```typescript
headless?: boolean;
```