I'm getting erros when running my JAVA webdriver code. It's to do with the ChromeDriver

前端 未结 1 1663
误落风尘
误落风尘 2021-01-29 14:49

When I try and run the following code I get errors to do with ChromeDriver.

I\'m new to this but I can see that the code gets as far as row 11 bu

相关标签:
1条回答
  • 2021-01-29 15:16

    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");
    
    0 讨论(0)
提交回复
热议问题