The Error “SessionNotCreatedException: Message: session not created: This version of ChromeDriver only supports Chrome version 96 Current browser version is 98.0”, is an error that is invoked whenever you are coding in python and using a selenium package. Given below is the snippet of the error you might get:
SessionNotCreatedException: Message: session not created: This version of ChromeDriver only supports Chrome version 96 Current browser version is 98.0
I would like to share with you the steps I took to fix the “SessionNotCreatedException: Message: session not created: This version of ChromeDriver only supports Chrome version 96 Current browser version is 98.0” in your project file.
Why “SessionNotCreatedException Message session not created This version of ChromeDriver only supports Chrome version 96 Current browser version is 98.0” error is seen?
The error, “SessionNotCreatedException: Message: session not created: This version of ChromeDriver only supports Chrome version 96 Current browser version is 98.0” is seen because of the version compatibility issue. The error is seen because you Chrome browser is updated to version 98 but the chrome driver you are using is still inversion chrome 96 version.
The detailed solution to fix the error “SessionNotCreatedException: Message: session not created: This version of ChromeDriver only supports Chrome version 96 Current browser version is 98.0”, is given below:
How to fix SessionNotCreatedException Message session not created This version of ChromeDriver only supports Chrome version 96 Current browser version is 98.0 Error?
To fix the error SessionNotCreatedException Message session not created This version of ChromeDriver only supports Chrome version 96 Current browser version is 98.0, you have to update the ChromeDriver to the current ChromeDriver v98.0.4758.80 level. You will also have to update your chrome browser to the current version that is chrome=98.
To fix the error, “SessionNotCreatedException: Message: session not created: This version of ChromeDriver only supports Chrome version 96 Current browser version is 98.0”, you have to follow the steps mentioned below:
Step 1: The first step is to make sure that the ChromeDriver you are using is updated to the current ChromeDriver v98.0.4758.80 version. You can find the link to do so here according to your own system requirements.

Step 2: The next step is to make sure that the Chrome Browser you are using is updated to current version chrome=98. You can find the link to do so here according to your system requirements.
This should fix the error, “SessionNotCreatedException: Message: session not created: This version of ChromeDriver only supports Chrome version 96 Current browser version is 98.0”.
Conclusion
To fix the error “SessionNotCreatedException: Message: session not created: This version of ChromeDriver only supports Chrome version 96 Current browser version is 98.0”, you have to update the ChromeDriver to the current ChromeDriver v98.0.4758.80 level.
You will also have to update your chrome browser to the current version that is chrome=98.