Skip to content

Commit 996c369

Browse files
authored
Fix k6 browser launch options broken link (#1055)
Fixes a broken link on launch options doc for k6 browser after it has been renamed from xk6-browser.
1 parent fa91265 commit 996c369

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/data/markdown/docs/30 k6-browser/02 API/03 BrowserType/launch--options--.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ The starting '--' have been omitted from the argument names in these lists.
5656
| no-startup-window | `true` | Does not automatically open a browser window on startup (used when launching Chrome for the purpose of hosting background apps). |
5757
| no-default-browser-check | `true` | Disables the default browser check. Useful for UI/browser tests where we want to avoid having the default browser info-bar displayed. |
5858
| no-sandbox | `true` | Disables the sandbox for all process types that are normally sandboxed. Meant to be used as a browser-level switch for testing purposes only. |
59-
| headless | `true`/`false` | Run in headless mode, i.e., without a UI or display server dependencies. Set by [launch options](/javascript-api/xk6-browser/api/browsertype/launch/) (default true). |
60-
| auto-open-devtools-for-tabs | `true`/`false` | This flag makes Chrome auto-open the DevTools window for each tab. It is intended to be used by developers and automation, not to require user interaction for opening DevTools. Set by [launch options](/javascript-api/xk6-browser/api/browsertype/launch/) (default false). |
59+
| headless | `true`/`false` | Run in headless mode, i.e., without a UI or display server dependencies. Set by [launch options](/javascript-api/k6-browser/api/browsertype/launch/) (default true). |
60+
| auto-open-devtools-for-tabs | `true`/`false` | This flag makes Chrome auto-open the DevTools window for each tab. It is intended to be used by developers and automation, not to require user interaction for opening DevTools. Set by [launch options](/javascript-api/k6-browser/api/browsertype/launch/) (default false). |
6161
| window-size | `800,600` | Sets the initial window size. Provided as string in the format "800,600". |
6262

6363
Additionally if headless mode is set to `true` in [launch options](/javascript-api/k6-browser/api/browsertype/launch/), the following arguments are also set:

0 commit comments

Comments
 (0)