Selenium Edge driver not getting URL - java
I have recently updated my selenium libraries from 2.46.0 to 2.53.0 (the most recent) in order to run tests on a Windows 10 machine with the Edge browser. I have added this to my tests' setup phase to initialize the webdriver as an EdgeDriver: System.setProperty("webdriver.edge.driver", driverDir+"MicrosoftWebDriver.exe"); DesiredCapabilities capabilities = new DesiredCapabilities("MicrosoftEdge", "", Platform.WINDOWS); driver = new EdgeDriver(capabilities); the "driver" field being an object of the WebDriver class. This successfully starts the Edge browser but, the url that I attempt to get