I downloaded the driver and I gave the exact path in my code but when I ran the code it shows me error
my code with java is as below:
System.out.prin
static WebDriver driver; System.setProperty("webdriver.ie.driver","C:\\(Path)\\IEDriverServer.exe"); driver = new InternetExplorerDriver(); driver.manage().window().maximize(); driver.get("EnterURLHere"); driver.manage().timeouts().implicitlyWait(30,TimeUnit.SECONDS);