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 |
---|---|---|
string[] |
Additional Chromium args (as documented in https://peter.sh/experiments/chromium-command-line-switches/). |
|
string |
The path to store the browser cache. Should be unique across instances |
|
string |
The path for the CEF log file. Should be unique across instances |
|
"emergency" | "alert" | "critical" | "error" | "warning" | "notice" | "info" | "debug" |
The logging severity for CEF |