We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 177a2d8 commit ac8bb48Copy full SHA for ac8bb48
webdriver-ts/src/puppeteerAccess.ts
@@ -125,7 +125,6 @@ export async function startBrowser(benchmarkOptions: BenchmarkOptions): Promise<
125
"--js-flags=--expose-gc", // needed for gc() function
126
"--no-default-browser-check",
127
"--disable-sync",
128
- "--disable-first-run-ui", // avoid popup "you can open bookmarks ..."
129
"--no-first-run",
130
"--ash-no-nudges",
131
"--disable-extensions",
0 commit comments