Hello Guys, How are you all? Hope You all Are Fine. Today I am just trying to open google.com in my selenium webdrive But as I Run my script This error occurs Message: session not created: This version of ChromeDriver only supports Chrome version 94 Current browser version is 93.0.4577.82 in python. So Here I am Explain to you all the possible solutions here.
Without wasting your time, Let’s start This Article to Solve This Error.
- How Message: session not created: This version of ChromeDriver only supports Chrome version 94 Current browser version is 93.0.4577.82 Error Occurs ?
- How To Solve Message: session not created: This version of ChromeDriver only supports Chrome version 94 Current browser version is 93.0.4577.82 Error ?
- Solution 1: Update the chrome browser version to 94
- Summary
How Message: session not created: This version of ChromeDriver only supports Chrome version 94 Current browser version is 93.0.4577.82 Error Occurs ?
Today I am just trying to open google.com in my selenium webdrive But as I Run my script This error occurs.
selenium.common.exceptions.SessionNotCreatedException: Message: session not created: This version of ChromeDriver only supports Chrome version 94
Current browser version is 93.0.4577.82 with binary path /Applications/Google Chrome.app/Contents/MacOS/Google Chrome
How To Solve Message: session not created: This version of ChromeDriver only supports Chrome version 94 Current browser version is 93.0.4577.82 Error ?
How To Solve Message: session not created: This version of ChromeDriver only supports Chrome version 94 Current browser version is 93.0.4577.82 Error ?
To Solve Message: session not created: This version of ChromeDriver only supports Chrome version 94 Current browser version is 93.0.4577.82 Error There is issue with your chrome browser and chrome driver version. So that here is two possibility to solve this error. There is two way to solve this error Either Update the chrome browser version to 94 or Download latest chrome browser. Or You can Degrade the driver version to 93 Download 93 version from here.
Message: session not created: This version of ChromeDriver only supports Chrome version 94 Current browser version is 93.0.4577.82
To Solve Message: session not created: This version of ChromeDriver only supports Chrome version 94 Current browser version is 93.0.4577.82 Error There is issue with your chrome browser and chrome driver version. So that here is two possibility to solve this error. There is two way to solve this error Either Update the chrome browser version to 94 or Download latest chrome browser. Or You can Degrade the driver version to 93 Download 93 version from here.
Solution 1: Update the chrome browser version to 94
There is issue with your chrome browser and chrome driver version. So that here is two possibility to solve this error. There is two way to solve this error
- Either Update the
chrome browser
version to94
or Download latest chrome browser. - Or You can Degrade the
driver
version to93
Download93
version from here
Summary
It’s all About this issue. Hope all solution helped you a lot. Comment below Your thoughts and your queries. Also, Comment below which solution worked for you?
Also, Read