Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 268 Bytes

puppeteer.browserlaunchargumentoptions.headless.md

File metadata and controls

15 lines (11 loc) · 268 Bytes
sidebar_label
BrowserLaunchArgumentOptions.headless

BrowserLaunchArgumentOptions.headless property

Whether to run the browser in headless mode.

Signature:

interface BrowserLaunchArgumentOptions {
  headless?: boolean | 'chrome';
}