DefaultWait T  PollingInterval Property WebDriver
Gets or sets how often the condition should be evaluated. 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 PollingInterval { get; set; }

Implements

IWait TSource  PollingInterval
See Also