What is the best way to execute the test in Java using the local Chrome WebDriver?
Hi Toby-steed,
You will have to download the Chrome WebDriver: Downloads | ChromeDriver | Chrome for Developers
You need to set the property in the script to give the path of the driver like:
System.setProperty(""web driver.chrome.driver"",""D:\\web driver\\chromedriver.exe"");