3aee641c3d
🤖 I have created a release *beep* *boop* --- ## [18.1.0](https://github.com/puppeteer/puppeteer/compare/v18.0.5...v18.1.0) (2022-10-05) ### Features * **chromium:** roll to Chromium 107.0.5296.0 (r1045629) ([#9039](https://github.com/puppeteer/puppeteer/issues/9039)) ([022fbde
](022fbde85e
)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
2.2 KiB
2.2 KiB
sidebar_label |
---|
BrowserLaunchArgumentOptions |
BrowserLaunchArgumentOptions interface
Launcher options that only apply to Chrome.
Signature:
export interface BrowserLaunchArgumentOptions
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
args? | string[] | (Optional) Additional command line arguments to pass to the browser instance. | |
debuggingPort? | number | (Optional) | |
devtools? | boolean | (Optional) Whether to auto-open a DevTools panel for each tab. If this is set to true , then headless will be forced to false . |
|
headless? | boolean | 'chrome' | (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. |