close

[Solved] System.InvalidOperationException: ‘session not created: This version of ChromeDriver only supports Chrome version 98 Current browser version is 100.0.4896.60 with binary path

I am using selenium webdriver and I am facing the following error System.InvalidOperationException: ‘session not created: This version of ChromeDriver only supports Chrome version 98 Current browser version is 100.0.4896.60 with binary path in Python. We are going to Learn about All Possible Solutions So Lets Get Start with This Article.

How System.InvalidOperationException: ‘session not created: This version of ChromeDriver only supports Chrome version 98 Current browser version is 100.0.4896.60 with binary path Error Occurs?

I am using selenium webdriver and I am facing the following error:

System.InvalidOperationException: 'session not created: This version of ChromeDriver only supports Chrome version 98 Current browser version is 100.0.4896.60 with binary path

So here I am writing all the possible solutions that I have tried to resolve this error.

How To Solve System.InvalidOperationException: ‘session not created: This version of ChromeDriver only supports Chrome version 98 Current browser version is 100.0.4896.60 with binary path Error?

  1. How To Solve System.InvalidOperationException: ‘session not created: This version of ChromeDriver only supports Chrome version 98 Current browser version is 100.0.4896.60 with binary path Error?

    You Just need to Use the same ChromeDriver and Chrome Browser Version This Error Only Occurs Cause Of Dirrenece between Your Chrome and Your WebDriver Version Mismatch. Please Make Sure Your Chrome Brower is up to date with ChromeDriver v100 in this version. And Also Your Chrome Browser Is updated to the current chrome=98. As you are using chrome=100.0 ensure that ChromeDriver is updated to ChromeDriver v100.0 level. If Your Chrome Browser and Your Chrome Web Driver Version will be the same then your error will be solved so just update your Chrome web driver.

  2. System.InvalidOperationException: ‘session not created: This version of ChromeDriver only supports Chrome version 98 Current browser version is 100.0.4896.60 with binary path

    You Just need to Use the same ChromeDriver and Chrome Browser Version This Error Only Occurs Cause Of Dirrenece between Your Chrome and Your WebDriver Version Mismatch. Please Make Sure Your Chrome Brower is up to date with ChromeDriver v100 in this version. And Also Your Chrome Browser Is updated to the current chrome=98. As you are using chrome=100.0 ensure that ChromeDriver is updated to ChromeDriver v100.0 level. If Your Chrome Browser and Your Chrome Web Driver Version will be the same then your error will be solved so just update your Chrome web driver.

Solution 1: Use the same ChromeDriver and Chrome Browser Version

You Just need to Use the same ChromeDriver and Chrome Browser Version This Error Only Occurs Cause Of Dirrenece between Your Chrome and Your WebDriver Version Mismatch.

Please Make Sure Your Chrome Brower is up to date with ChromeDriver v100 in this version. And Also Your Chrome Browser Is updated to the current chrome=98. As you are using chrome=100.0 ensure that ChromeDriver is updated to ChromeDriver v100.0 level.

If Your Chrome Browser and Your Chrome Web Driver Version will be the same then your error will be solved so just update your Chrome web driver.

Summary

It’s all About this error. Hope We solved Your error. Comment below Your thoughts and your queries. Also, Comment below which solution worked for you?

Also, Read

Leave a Comment