Answers for "selenium.common.exceptions.sessionnotcreatedexception: message: session not created: this version of chromedriver only supports chrome version 97 current browser version is 99.0.4844.51 with binary path c:\program files\google\chrome\application\chr"

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 "selenium.common.exceptions.sessionnotcreatedexception: message: session not created: this version of chromedriver only supports chrome version 97 current browser version is 99.0.4844.51 with binary path c:\program files\google\chrome\application\chr"

Code answers related to "TypeScript"

Browse Popular Code Answers by Language