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
When using Selenium 3.5.2 or higher, I get this exception:
Could not load type 'OpenQA.Selenium.Support.UI.WebDriverWait' from assembly 'WebDriver.Support, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null'
Based on the stacktrace, the exception is triggered by ElementFinder.cs line 24.
I can't find anything in the Selenium release notes that would indicate a potential cause.