When I try and run the following code I get errors to do with ChromeDriver.
ChromeDriver
I\'m new to this but I can see that the code gets as far as row 11 bu
Download latest version of Chrome Driver from here -> Under Downloads.
Download the zip file and extract the contents. The contents will have the exe which you need to use. You can also set it by using -
System.setProperty("webdriver.chrome.driver", "C:://you_path_for_exe//chromedriver.exe");