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.