An implementation of the IWait TSource interface that may have its timeout and polling interval
configured on the fly.
Inheritance Hierarchy

OpenQA.Selenium.Support.UI DefaultWait T
OpenQA.Selenium.Support.UI WebDriverWait
Namespace: OpenQA.Selenium.Support.UI
Assembly: WebDriver.Support (in WebDriver.Support.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax
Type Parameters
- T
- The type of object on which the wait it to be applied.
See Also