Answers for "system.invalidoperationexception: "session not created: this version of chromedriver only supports chrome version 98 current browser version is 100.0.4896.127 with binary path c:\program files (x86)\google\chrome\application\chrome.exe"

0

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");
Posted by: Guest on February-19-2021

Code answers related to "system.invalidoperationexception: "session not created: this version of chromedriver only supports chrome version 98 current browser version is 100.0.4896.127 with binary path c:\program files (x86)\google\chrome\application\chrome.exe"

Code answers related to "TypeScript"

Browse Popular Code Answers by Language