o Projeto inicial, está com algum problema relacionado ao Chrome Driver.
Message: System.AggregateException : One or more errors occurred. (session not created: This version of ChromeDriver only supports Chrome version 85 (SessionNotCreated)) (The following constructor parameters did not have matching fixture data: TestFixture fixture) ---- System.InvalidOperationException : session not created: This version of ChromeDriver only supports Chrome version 85 (SessionNotCreated) ---- The following constructor parameters did not have matching fixture data: TestFixture fixture
Stack Trace: ----- Inner Stack Trace #1 (System.InvalidOperationException) ----- WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) WebDriver.StartSession(ICapabilities desiredCapabilities) WebDriver.ctor(ICommandExecutor executor, ICapabilities capabilities) ChromiumDriver.ctor(ChromiumDriverService service, ChromiumOptions options, TimeSpan commandTimeout) ChromeDriver.ctor(ChromeDriverService service, ChromeOptions options, TimeSpan commandTimeout) ChromeDriver.ctor(String chromeDriverDirectory, ChromeOptions options, TimeSpan commandTimeout) ChromeDriver.ctor(String chromeDriverDirectory, ChromeOptions options) ChromeDriver.ctor(String chromeDriverDirectory) TestFixture.ctor() line 17 ----- Inner Stack Trace #2 (Xunit.Sdk.TestClassException) -----
OBS: Chrome Atualizado, Pacote do Chrome Driver Selenium Atualizado, até tentei desinstalar e instalar novamente.