Skip to content

Commit 6330a3a

Browse files
committed
Remove no-sandbox as default browser flag (#1091)
This default flag is no longer used in k6 browser as of v0.9.0.
1 parent 66fcbea commit 6330a3a

File tree

1 file changed

+0
-1
lines changed
  • src/data/markdown/docs/02 javascript api/07 k6-experimental/01 browser/03 BrowserType

1 file changed

+0
-1
lines changed

src/data/markdown/docs/02 javascript api/07 k6-experimental/01 browser/03 BrowserType/launch--options--.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ The starting '--' have been omitted from the argument names in these lists.
5757
| no-service-autorun | `true` | Disables the service process from adding itself as an autorun process. This does not delete existing autorun registrations, it just prevents the service from registering a new one. |
5858
| no-startup-window | `true` | Does not automatically open a browser window on startup (used when launching Chrome for the purpose of hosting background apps). |
5959
| 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. |
60-
| 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. |
6160
| headless | `true`/`false` | Run in headless mode, i.e., without a UI or display server dependencies. Set by [launch options](/javascript-api/k6-experimental/browser/browsertype/launch/) (default true). |
6261
| 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-experimental/browser/browsertype/launch/) (default false). |
6362
| window-size | `800,600` | Sets the initial window size. Provided as string in the format "800,600". |

0 commit comments

Comments
 (0)