Skip to content

Commit 13c5846

Browse files
committed
Avoid bookmarks popup
1 parent 3a1c881 commit 13c5846

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

webdriver-ts/src/puppeteerAccess.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ export async function startBrowser(benchmarkOptions: BenchmarkOptions): Promise<
114114
"--js-flags=--expose-gc",
115115
"--no-default-browser-check",
116116
"--disable-sync",
117+
"--disable-first-run-ui",
117118
"--no-first-run",
118119
"--disable-extensions",
119120
"--disable-features=Translate",

0 commit comments

Comments
 (0)