How to set chrome driver in selenium ? I am creating an instance of chrome driver but unable to call it?
Hello Emma,
You can use this System.setProperty(“webdriver.chrome.driver”,“Your\path\to\chromedriver.exe”); WebDriver wd = new ChromeDriver();//create an instance for webdriver named wd of type chrome