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
Per the documentation OpenQA.Selenium.Support.UI Namespace should contain WebDriverWait class.
Actual Behavior -
WebDriverWait class is not present in the visual studio class inspector and the github source code
(Result images at bottom of issue)
Steps to reproduce -
Install Selenium.Support by Selenium Committers NuGet v3.11.0 and inspect the referenced assembly using Visual Studios class view.
Official support ui namespace documentation:
Official webdriverwait class documentation:
Selenium github source code - support ui namespace classes:
Missing webdriverwait class in openqa selenium support ui - visual studio class view: