34ff00e2fe
* fix: added parts of website * fix: removed unnecessary lines * fix: updated contributing.md * fix: added parts of sidebar * fix: added all APIs * fix: added version 10.0.0 Co-authored-by: Jack Franklin <jacktfranklin@chromium.org>
1.3 KiB
1.3 KiB
Home > puppeteer > BrowserLaunchArgumentOptions
BrowserLaunchArgumentOptions interface
Launcher options that only apply to Chrome.
Signature:
export interface BrowserLaunchArgumentOptions
Properties
Property | Type | Description |
---|---|---|
args? | string[] | (Optional) Additional command line arguments to pass to the browser instance. |
devtools? | boolean | (Optional) Whether to auto-open a DevTools panel for each tab. If this is set to true , then headless will be set to false automatically. |
headless? | boolean | (Optional) Whether to run the browser in headless mode. |
userDataDir? | string | (Optional) Path to a user data directory. see the Chromium docs for more info. |