Katalon Studio Version:
KSE 8.2.5, Build 208
Windows 10 Enterprise (64-bit)
Edge Chromium Version 99.0.1150.30 (Official build) (64-bit)
How to disable ‘Save your info’ dialog in Edge Chromium.
Hello folks,
I am looking to turn off the ‘Save Your Info’ dialog in ‘Edge Chromium’ using Desired Capabilities:
I have added the following DCs to my Edge Chrome DC settings, ‘Private Mode’ works but the ‘Save your info’ dialog still displays. Can someone please point me to a possible solution.
{"EDGE_CHROMIUM_DRIVER":{"ms:edgeOptions":{"args":["-disable-notifications","-disable-extensions","-bwsi","-disable-popup-blocking","-suppress-message-center-popups"]},"ms:edgeChromium":true}}
Test Steps:
- Update Katalon’s Edge Chrome DC.
- Start Katalon and run a TC using Edge Chromium that does the following:
- Open EC and navigate to the AUT website.
- Log into the site.
- Process any page to the point where data would be input by the tester.
Result: The ‘Save your info’ dialog displays - it should NOT
Expected Result: DC should disable the ‘Save your info’ from displaying.
Hi @Brandon_Hein, any suggestions?
Thanks Dave