I'm trying to run selected tests on Visual Studio (Selenium C#) and getting error message:
System.InvalidOperationException: session is not created: This version of ChromeDriver only supports Chrome versione 97. Current Browser version is 100.0.4896.88
TearDown:
SystemNullReferenceException: Onject reference not set to an instance of an object.
The Problem is in other solution created by myself (above one is from the team project) everything is running fine and no error message appeared.
Tried latest update of ChromeDriver on NUGet package installed. And just in case requested Chrome Browser version 97
What can be the issue if in one solution it is working in another I have this error message?