DefaultWait T  ClassWebDriver
Inheritance Hierarchy

OnlineSystem Object
  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

public class DefaultWait<T> : IWait<T>
Type Parameters

T
The type of object on which the wait it to be applied.
See Also