The DefaultWait T type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
![]() | DefaultWait T (T) |
Initializes a new instance of the DefaultWait T class.
|
![]() | DefaultWait T (T, IClock) |
Initializes a new instance of the DefaultWait T class.
|
Methods
Name | Description | |
---|---|---|
![]() | ![]() | (Inherited from ![]() |
![]() | ![]() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from ![]() |
![]() | ![]() | Serves as a hash function for a particular type. (Inherited from ![]() |
![]() | ![]() | Gets the (Inherited from ![]() ![]() |
![]() | 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.
|
![]() | ![]() | Creates a shallow copy of the current (Inherited from ![]() ![]() |
![]() | ThrowTimeoutException |
Throws a WebDriverTimeoutException with the given message.
|
![]() | ![]() | Returns a string that represents the current object. (Inherited from ![]() |
![]() | Until TResult |
Repeatedly applies this instance's input value to the given function until one of the following
occurs:
|
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. The default timeout is 500 milliseconds.
|
![]() | Timeout |
Gets or sets how long to wait for the evaluated condition to be true. The default timeout is 500 milliseconds.
|
See Also