IWait TSource  InterfaceWebDriver
Interface describing a class designed to wait for a condition.

Namespace: OpenQA.Selenium.Support.UI
Assembly: WebDriver.Support (in WebDriver.Support.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax

public interface IWait<TSource>
Type Parameters

TSource
The type of object used to detect the condition.
See Also