System.InvalidOperationException : session not created: This version of ChromeDriver only supports Chrome version 87 Current browser version is 89.0.4389.90 with binary pa code example
Example: c# System.InvalidOperationException: 'session not created: This version of ChromeDriver only supports Chrome version 85 (SessionNotCreated)'
// C# .Net update NuGet package, then
ChromeDriver driver = new ChromeDriver(@"C:\pathtodriver");