The WebDriverWait type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
![]() | WebDriverWait(IWebDriver, TimeSpan) |
Initializes a new instance of the WebDriverWait class.
|
![]() | WebDriverWait(IClock, IWebDriver, TimeSpan, TimeSpan) |
Initializes a new instance of the WebDriverWait 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.
(Inherited from DefaultWait T .) |
![]() | ![]() | Creates a shallow copy of the current (Inherited from ![]() ![]() |
![]() | ThrowTimeoutException |
Throws a WebDriverTimeoutException with the given message.
(Inherited from DefaultWait T .) |
![]() | ![]() | 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:
(Inherited from DefaultWait T .)
|
Properties
Name | Description | |
---|---|---|
![]() | Message |
Gets or sets the message to be displayed when time expires.
(Inherited from DefaultWait T .) |
![]() | PollingInterval |
Gets or sets how often the condition should be evaluated. The default timeout is 500 milliseconds.
(Inherited from DefaultWait T .) |
![]() | Timeout |
Gets or sets how long to wait for the evaluated condition to be true. The default timeout is 500 milliseconds.
(Inherited from DefaultWait T .) |
See Also