schema_cli.json#/properties/opts| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
|---|---|---|---|---|---|---|---|
| Can be instantiated | No | Unknown status | No | Forbidden | Forbidden | none | schema_cli.json* |
object (Options)
| Property | Type | Required | Nullable | Defined by |
|---|---|---|---|---|
| headless | boolean |
Optional | cannot be null | CLI arguments and options |
| muted | boolean |
Optional | cannot be null | CLI arguments and options |
| timeout | number |
Optional | cannot be null | CLI arguments and options |
| close | boolean |
Optional | cannot be null | CLI arguments and options |
| executable | string |
Optional | cannot be null | CLI arguments and options |
| output | Merged | Optional | cannot be null | CLI arguments and options |
| view | boolean |
Optional | cannot be null | CLI arguments and options |
Run Chrome in headless (hidden) mode
headless
-
is optional
-
Type:
boolean -
cannot be null
-
defined in: CLI arguments and options
boolean
Mute Chrome entirely (only when not headless)
muted
-
is optional
-
Type:
boolean -
cannot be null
-
defined in: CLI arguments and options
boolean
Default timeot (ms) used in all tests
timeout
-
is optional
-
Type:
number -
cannot be null
-
defined in: CLI arguments and options
number
minimum: the value of this number must greater than or equal to: 0
Automatically close Chrome after finish (only when not headless)
close
-
is optional
-
Type:
boolean -
cannot be null
-
defined in: CLI arguments and options
boolean
Path to Chrome executable
executable
-
is optional
-
Type:
string -
cannot be null
-
defined in: CLI arguments and options
string
Path to the output dir or disabling output (if false)
output
-
is optional
-
Type: merged type (Details)
-
cannot be null
-
defined in: CLI arguments and options
merged type (Details)
one (and only one) of
Open generated Viewer file in a browser after finish (if output is enabled)
view
-
is optional
-
Type:
boolean -
cannot be null
-
defined in: CLI arguments and options
boolean