diff --git a/404.html b/404.html index 97640130a0b..26f6a1dbf29 100644 --- a/404.html +++ b/404.html @@ -6,7 +6,7 @@
export interface BrowserLaunchArgumentOptions
Property | Modifiers | Type | Description | Default |
---|---|---|---|---|
args | optional | string[] | Additional command line arguments to pass to the browser instance. | |
debuggingPort | optional | number | Specify the debugging port number to use | |
devtools | optional | boolean | Whether to auto-open a DevTools panel for each tab. If this is set to true , then headless will be forced to false . | false |
headless | optional | boolean | 'chrome-headless-shell' | Whether to run the browser in headless mode. | true |
userDataDir | optional | string | Path to a user data directory. see the Chromium docs for more info. |
Property | Modifiers | Type | Description | Default |
---|---|---|---|---|
args | optional | string[] | Additional command line arguments to pass to the browser instance. | |
debuggingPort | optional | number | Specify the debugging port number to use | |
devtools | optional | boolean | Whether to auto-open a DevTools panel for each tab. If this is set to true , then headless will be forced to false . | false |
headless | optional | boolean | 'new' | Whether to run the browser in headless mode. | true |
userDataDir | optional | string | Path to a user data directory. see the Chromium docs for more info. |