You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/api.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -3469,7 +3469,7 @@ const browser = await chromium.launch({ // Or 'firefox' or 'webkit'.
3469
3469
-`dumpio` <[boolean]> Whether to pipe the browser process stdout and stderr into `process.stdout` and `process.stderr`. Defaults to `false`.
3470
3470
-`env` <[Object]> Specify environment variables that will be visible to the browser. Defaults to `process.env`.
3471
3471
-`devtools` <[boolean]> **Chromium-only** Whether to auto-open a Developer Tools panel for each tab. If this option is `true`, the `headless` option will be set `false`.
3472
-
- returns: <[Promise]<[BrowserServer]>> Promise which resolves to the browser app instance.
3472
+
- returns: <[Promise]<[BrowserContext]>> Promise which resolves to the browser app instance.
3473
3473
3474
3474
Launches browser instance that uses persistent storage located at `userDataDir`. If `userDataDir` is not specified, temporary folder is created for the persistent storage. That folder is deleted when browser closes.
0 commit comments