How to remove the infobar “Microsoft Edge is being controlled by automated test software” in selenium test
问题 We are using selenium to run test against "Chromium based Edge". "The Chromium Edge" is downloaded from https://www.microsoftedgeinsider.com/en-us/download and the version is 80.0.334.2 (Official build) dev (64-bit). We got the matched driver msedgedriver.exe from https://msedgewebdriverstorage.z22.web.core.windows.net/ We add the "C:\Program Files (x86)\Microsoft\Edge Dev\Application" to the environment "PATH" so that the executable "msedge.exe" will be found during the test. After starting