I am trying to open url with Selenium and Google chrome, however i always end up with chromedriver.has stopped working.
ChromeDriver driver = new ChromeDriver(@"Path\To\The\Driver");
driver.Navigate().GoToUrl("https://www.google.com/");
i tried to sleep between initializing and going to url, however it does nothing.
As stated above, chromedriver version 2.25 will work. The problem with version 2.25 is that it crashes when running. You can see here the update history.
https://sites.google.com/a/chromium.org/chromedriver/download .
I would suggest you use a later version of the driver. Here is the link to the drivers that was given to me by visual studio. http://chromedriver.storage.googleapis.com
Choose a chrome driver version 2.37 for windows selenium version 3.11.1.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With