Answers for "selenium.common.exceptions.sessionnotcreatedexception: message: session not created: this version of chromedriver only supports chrome version 101 current browser version is 100.0.4896.127"

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 101 current browser version is 100.0.4896.127"

Code answers related to "TypeScript"

Browse Popular Code Answers by Language