Namespace OpenQA.Selenium.Support.UI
Classes
- DefaultWait<T>
An implementation of the IWait<T> interface that may have its timeout and polling interval configured on the fly.
- SystemClock
Uses the system clock to calculate time for timeouts.
- WebDriverWait
Provides the ability to wait for an arbitrary condition during test execution.
Interfaces
- IClock
An interface describing time handling functions for timeouts.
- IWait<T>
Interface describing a class designed to wait for a condition.