mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
93e9acc410
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Nikolay Vitkov <nvitkov@chromium.org>
1.3 KiB
1.3 KiB
sidebar_label |
---|
BrowserLaunchArgumentOptions |
BrowserLaunchArgumentOptions interface
Launcher options that only apply to Chrome.
Signature:
export interface BrowserLaunchArgumentOptions
Properties
Property |
Modifiers |
Type |
Description |
Default |
---|---|---|---|---|
args |
|
string[] |
Additional command line arguments to pass to the browser instance. | |
debuggingPort |
|
number |
Specify the debugging port number to use | |
devtools |
|
boolean |
Whether to auto-open a DevTools panel for each tab. If this is set to |
|
headless |
|
boolean | 'shell' |
Whether to run the browser in headless mode. |
|
userDataDir |
|
string |
Path to a user data directory. see the Chromium docs for more info. |