Today We are Going To Solve Message: session not created: This version of ChromeDriver only supports Chrome version 94 Current browser version is 93.0.4577.82 in Python. Here we will Discuss All Possible Solutions and How this error Occurs So let’s get started with this Article.
Contents
How to Fix Message: session not created: This version of ChromeDriver only supports Chrome version 94 Current browser version is 93.0.4577.82 Error?
- How to Fix Message: session not created: This version of ChromeDriver only supports Chrome version 94 Current browser version is 93.0.4577.82 Error?
To Fix Message: session not created: This version of ChromeDriver only supports Chrome version 94 Current browser version is 93.0.4577.82 Error just Update the
chrome browser
version to94
. with your chrome drive version So to solve this problem you have to just update thechrome browser
version to94
- Message: session not created: This version of ChromeDriver only supports Chrome version 94 Current browser version is 93.0.4577.82
To Fix Message: session not created: This version of ChromeDriver only supports Chrome version 94 Current browser version is 93.0.4577.82 Error just For mac users. If you are using mac then just run the given below command to solve your error:
brew reinstall chromedriver
Solution 1 : Update the chrome browser
version to 94
Here the issue is with your chrome drive version So to solve this problem you have to just update the chrome browser
version to 94
Solution 2 : For mac users
If you are using mac then just run the given below command to solve your error:
brew reinstall chromedriver
Solution 3 : Uninstall the protarctor and reinstall it
First of all uninstall the protarctor by given command
npm uninstall protractor
After it reinstall it
npm install protractor
It will help you.
Conclusion
So these were all possible solutions to this error. I hope your error has been solved by this article. In the comments, tell us which solution worked? If you liked our article, please share it on your social media and comment on your suggestions. Thank you.
Also Read This Solutions
- Property ‘…’ has no initializer and is not definitely assigned in the constructor
- CondaHTTPError: HTTP 000 CONNECTION FAILED for url
- Babel ReferenceError: regeneratorRuntime is not defined
- JS file gets a net::ERR_ABORTED 404 (Not Found)
- Can’t perform a React state update on an unmounted component in React-hooks.