You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have updated Selenium.Driver and Selenium.Support packages and since then my autotests have failed to start on this line return new Browser(chromeDriver);
with this error :
System.TypeLoadException : Method 'Dispose' in type 'Aquality.Selenium.Browsers.JavaScriptHandling' from assembly 'Aquality.Selenium, Version=4.11.0.0, Culture=neutral, PublicKeyToken=null' does not have an implementation.
I've checked patch notes in the selenium package, and it looks like some changes break Aquality.Browsers because it doesn't implement an IDisposable interface
IJavascriptEngine implements IDisposable where available (#11594)