Skip to content

Commit ac8bb48

Browse files
committed
remove unnecessary flag
1 parent 177a2d8 commit ac8bb48

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

webdriver-ts/src/puppeteerAccess.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,6 @@ export async function startBrowser(benchmarkOptions: BenchmarkOptions): Promise<
125125
"--js-flags=--expose-gc", // needed for gc() function
126126
"--no-default-browser-check",
127127
"--disable-sync",
128-
"--disable-first-run-ui", // avoid popup "you can open bookmarks ..."
129128
"--no-first-run",
130129
"--ash-no-nudges",
131130
"--disable-extensions",

0 commit comments

Comments
 (0)