Record Web feature is broken when utilizing certain Configuration Parameters

Thus far, through process of elimination, I’ve verified the issue is reproducing from one of the configuration parameters from “args”, these:
"args": [
"--disable-component-update",
"--disable-dev-shm-usage",
"--disable-features=ChromeManagement,EnterprisePolicy",
"--disable-features=SafeBrowsing,PasswordLeakToggleMove",
"--disable-infobars",
"--disable-notifications",
"--disable-popup-blocking",
"--disable-save-password-bubble",
"--disable-single-click-autofill",
"--force-device-scale-factor=1",
"--guest",
"--incognito",
"--lang=en-US",
"--override-language-detection",
"--password-store\\u003dbasic"
]

The issue does not reproduce when the excludeSwitches or prefs paramenters are included in the configuration.

I’ll investigate further when I can.

1 Like