Используемый ниже код для отключения оповещения о местоположении в Firefox:
FirefoxProfile firefoxProfile = new FirefoxProfile();
firefoxProfile.setPreference("geo.enabled", false);
desiredCapabilities.setCapability(FirefoxDriver.PROFILE, firefoxProfile);
Есть ли способ обработки оповещения о местоположении для Microsoft Edge Browser?