Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Properties

Optional args

args: string[]

Additional arguments to pass to the browser instance. The list of Chromium flags can be found here.

Optional devtools

devtools: boolean

Whether to auto-open a DevTools panel for each tab. If this option is true, the headless option will be set false.

Optional headless

headless: boolean

Whether to run browser in headless mode.

default

true unless the devtools option is true.

Optional userDataDir

userDataDir: string

Path to a User Data Directory.

Generated using TypeDoc