Which is the compatible version of IEDriverServer for IE11 and Selenium 3.13?
问题 I am automating tests with IE11 and Selenium 3.13 and I was testing different version of IEDriverServer but every version has a bug. I want a stable version to combine IEDriverServer with IE11 and Selenium 3.13 I'm using this code to launch the application: private static WebDriver setRemoteDriver(Map<String, Object> selConfig) { String browser = System.getProperty("browser", selConfig.get("browser").toString()); capabilities = new DesiredCapabilities(); capabilities.setJavascriptEnabled(true