Installed selenium chromedriver and it shows this:
SessionNotCreatedException: Message: session not created: This version of ChromeDriver only supports Chrome version 97
Installed selenium chromedriver and it shows this:
SessionNotCreatedException: Message: session not created: This version of ChromeDriver only supports Chrome version 97
you are using a wrong version of chrome driver go to chrome://version in your chrome browser and take the chromedriver version that is equal to your chrome browser version.
This error message...
SessionNotCreatedException: Message: session not created: This version of ChromeDriver only supports Chrome version 97
...implies that the ChromeDriver was unable to initiate/spawn a new Browsing Context i.e. Chrome Browser session.
Your main issue is the incompatibility between the version of the binaries you are using as follows:
Supports Chrome version 97
Supports Chrome version 96
So there is a clear mismatch between chromedriver=91.0 and the chrome=96.0.4664.45
Ensure that: