DefaultWait T  Timeout Property WebDriver
Gets or sets how long to wait for the evaluated condition to be true. The default timeout is 500 milliseconds.

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

public TimeSpan Timeout { get; set; }

Implements

IWait TSource  Timeout
See Also