mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
chore: add --disable-search-engine-choice-screen flag to Chromium (#27038)
As per `https://github.com/puppeteer/puppeteer/pull/10880`
This commit is contained in:
parent
bf35390c8d
commit
c06ed8c0bc
@ -49,5 +49,7 @@ export const chromiumSwitches = [
|
||||
'--use-mock-keychain',
|
||||
// See https://chromium-review.googlesource.com/c/chromium/src/+/2436773
|
||||
'--no-service-autorun',
|
||||
'--export-tagged-pdf'
|
||||
'--export-tagged-pdf',
|
||||
// https://chromium-review.googlesource.com/c/chromium/src/+/4853540
|
||||
'--disable-search-engine-choice-screen',
|
||||
];
|
||||
|
Loading…
x
Reference in New Issue
Block a user