Answers for ".sessionnotcreatedexception: message: session not created: this version of chromedriver only supports chrome version 96 current browser version is 98.0.4758.102 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 ".sessionnotcreatedexception: message: session not created: this version of chromedriver only supports chrome version 96 current browser version is 98.0.4758.102 with binary path c:\program files (x86)\google\chrome\application\chrome.exe"

Code answers related to "TypeScript"

Browse Popular Code Answers by Language