Hi,
Recently updated to Selenium 4.35, using visual studio and C# and chrome
Visual studio 2022 - 4.8.03761
Selenium.WebDriver.ChromeDriver is 139.07258.6800
Nunit 4.4.0 & TestAdapter is 5.1.0
Run a test, runs and executes correctly but I have a teardown to kill the Chromedrivers at the end of the test.
The test takes longer than usual to complete and doesnt kill the chromedriver.
Displays in the test explorer NUnit3TestExecutor discovered 1 of 1 NUnit test cases using Current Discovery mode, Non-Explicit run
Engine encountered NUnitEngineUnloadException : Exception encountered unloading application domain
NUnit Adapter
5.1.0.0: Test execution complete
Switch back to 4.34 and get none of the above, works fine.
Any ideas?