I am using Selenium for automating the tests. My application exclusively uses IE, it will not work on other Browsers.
Code:
import org.openqa.seleniu
For spring :
File inputFile = new ClassPathResource("\\chrome\\chromedriver.exe").getFile(); System.setProperty("webdriver.chrome.driver",inputFile.getCanonicalPath());