What is the best way to execute the test in Java using the local Chrome WebDriver?

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: ChromeDriver - WebDriver for Chrome - Downloads

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"");