BrowserAppSettings interface

Settings for a Browser Application (Chromium Embedded Framework - CEF). Multiple browser input nodes will share an underlying CEF instance if the BrowserAppSettings are the same

Signature:

export interface BrowserAppSettings

Properties

Property Type Description

additionalArgs

string[]

Additional Chromium args (as documented in https://peter.sh/experiments/chromium-command-line-switches/).

cachePath

string

The path to store the browser cache. Should be unique across instances

logFile

string

The path for the CEF log file. Should be unique across instances

logSeverity

"emergency" | "alert" | "critical" | "error" | "warning" | "notice" | "info" | "debug"

The logging severity for CEF