Interface describing a class designed to wait for a condition.
Namespace: OpenQA.Selenium.Support.UI
Assembly: WebDriver.Support (in WebDriver.Support.dll) Version: 3.1.0
Syntax
Type Parameters
- T
- The type of object used to detect the condition.
The IWaitT type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | Message |
Gets or sets the message to be displayed when time expires.
|
![]() | PollingInterval |
Gets or sets how often the condition should be evaluated.
|
![]() | Timeout |
Gets or sets how long to wait for the evaluated condition to be true.
|
Methods
Name | Description | |
---|---|---|
![]() | IgnoreExceptionTypes |
Configures this instance to ignore specific types of exceptions while waiting for a condition.
Any exceptions not whitelisted will be allowed to propagate, terminating the wait.
|
![]() | UntilTResult |
Waits until a condition is true or times out.
|
See Also