Faced c with the fall of tests due to a geolocation request. Please tell me how to launch the browser without this request?
My code is the calling browser:
System.setProperty("webdriver.opera.driver", "C:/src/test/resources/operadriver.exe");
OperaOptions options = new OperaOptions();
options.setBinary(new File("C:/Program Files/Opera/50.0.2762.67/opera.exe"));
driver = new OperaDriver(options);
WebDriverRunner.setWebDriver(driver);