🐛 SDA-3484 - Append disable smooth scroll chromium flag (#1305)

This commit is contained in:
Kiran Niranjan
2021-12-06 07:08:11 +05:30
committed by GitHub
parent c59efaefbe
commit 6098f710a4

View File

@@ -10,6 +10,8 @@ logger.info(`chrome-flags: Setting mandatory chrome flags`, {
flag: { 'ssl-version-fallback-min': 'tls1.2' },
});
app.commandLine.appendSwitch('ssl-version-fallback-min', 'tls1.2');
app.commandLine.appendSwitch('disable-threaded-scrolling');
app.commandLine.appendSwitch('disable-smooth-scrolling');
// Special args that need to be excluded as part of the chrome command line switch
const specialArgs = [