fix: add --disable-infobars (#11377)

This commit is contained in:
Alex Rudenko 2023-11-13 14:39:18 +01:00 committed by GitHub
parent 64f7bf0af4
commit 0a41f8d01e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -211,6 +211,7 @@ export class ChromeLauncher extends ProductLauncher {
'--disable-extensions',
'--disable-field-trial-config', // https://source.chromium.org/chromium/chromium/src/+/main:testing/variations/README.md
'--disable-hang-monitor',
'--disable-infobars',
'--disable-ipc-flooding-protection',
'--disable-popup-blocking',
'--disable-prompt-on-repost',