
You will have the following three options to download on the URL determined in the steps above: You have to download the correct file which will work on the operating system (OS) you're using. In the above steps, one small detail has been omitted.

After the initial download, it is recommended that you occasionally go through the above process again to see if there are any bug fix releases.


When the ChromeDriver is incompatible with the installed version of Google Chrome, you will run into the error above. Google Chrome is very good about updating very frequently, often leaving the ChromeDriver out of date. (Driver info: chromedriver=.6 NT 2 x86_64) (SessionNotCreated)Īt .UnpackAndThrowOnError(Response errorResponse)Īt .Execute(String driverCommandToExecute, Dictionary`2 parameters)Īt .StartSession(ICapabilities desiredCapabilities)Īt .ctor(ICommandExecutor commandExecutor, ICapabilities desiredCapabilities)Īt .ctor(ChromeDriverService service, ChromeOptions options, TimeSpan commandTimeout)Īt .ctor(ChromeOptions options)Īt .ctor()Īt (String args) in C:\Users\niels\source\repos\SeleniumConsole\Program.cs:line 10 System.InvalidOperationException: session not created: This version of ChromeDriver only supports Chrome version 74 ChromeDriver and Selenium work together very well, but given enough time you will run into the following error: Unhandled exception. The UI testing technology will communicate with a " webdriver" which will, in turn, drive around the browser.ĬhromeDriver is the webdriver implementation for Google Chrome. You can run automated UI browser tests using technologies like Selenium.
