SessionNotCreatedException while running selenium tests. | Selenium Forum
R
Rani Posted on 31/05/2020

while running the  selnium scripts i am facing the below error . please help me out with the solution..


org.openqa.selenium.SessionNotCreatedException: session not created: This version of ChromeDriver only supports Chrome version 81
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: 'LAPTOP-14G3C30R', ip: '192.168.43.32', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_231'
Driver info: driver.version: ChromeDriver
remote stacktrace: Backtrace:
Ordinal0 [0x00995D53+2448723]
Ordinal0 [0x008C8131+1605937]
Ordinal0 [0x007BF879+522361]
Ordinal0 [0x007505F3+67059]
Ordinal0 [0x0074CD92+52626]
Ordinal0 [0x0076C127+180519]
Ordinal0 [0x0076BF2D+180013]
Ordinal0 [0x00769E5B+171611]
Ordinal0 [0x00751DD8+73176]
Ordinal0 [0x00752E50+77392]
Ordinal0 [0x00752DE9+77289]
Ordinal0 [0x008DD6A7+1693351]
GetHandleVerifier [0x00A33E16+522726


A
Ashish Thakur Replied on 01/06/2020

org.openqa.selenium.SessionNotCreatedException: session not created: This version of ChromeDriver only supports Chrome version 81

 

This means that your chrome browser has updated itself and chrome driver exe is old. 

-  Check version of your chrom from help-> about chrome

- Go to: https://chromedriver.chromium.org/downloads

Download chrome exe for your version of chrome


Related Posts