Error-org.openqa.selenium.SessionNotCreatedException: session not created: This version of ChromeDriver only supports Chrome version 74. However m/c has chrome version 76 and same supported version chromedriver.exe file has been downloaded to support it. #371
Labels
Note: Google chrome browser and chrome driver in sync that is for version 76 downloaded required driver jar and used in system property but still shows below error however if I use same code in other non-maven project it works( with 76 chrome and driver used). So it appears there that there is something wrong with dependencies used.
would like to know your solution on this instead of creating new project . Thanks in advance.
Description of the problem:
Expected: Chromebrowser should get launched and execute script.
Actual: Chromebrowser get terminated and logs error: Caused by: org.openqa.selenium.SessionNotCreatedException: session not created: This version of ChromeDriver only supports Chrome version 74
Browser and version: Google Chrome Version 76.0.3809.100 (Official Build) (64-bit)
Operating system: Windows 7 ,64 bit
WebDriverManager version: 3.6.2
WebDriverManager use:
WebDriverManager traces:
POM.xml
The text was updated successfully, but these errors were encountered: