DefaultWait T  MembersWebDriver

The DefaultWait T  type exposes the following members.
Constructors

  NameDescription
Public methodDefaultWait T (T)
Public methodDefaultWait T (T, IClock)
Back to Top
Methods

  NameDescription
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Public methodIgnoreExceptionTypes
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.
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodThrowTimeoutException
Throws a WebDriverTimeoutException with the given message.
Public methodOnlineToString
Returns a string that represents the current object.
(Inherited from OnlineObject.)
Public methodUntil TResult 
Repeatedly applies this instance's input value to the given function until one of the following occurs:

  • the function returns neither null nor false
  • the function throws an exception that is not in the list of ignored exception types
  • the timeout expires

Back to Top
Properties

  NameDescription
Public propertyMessage
Gets or sets the message to be displayed when time expires.
Public propertyPollingInterval
Gets or sets how often the condition should be evaluated. The default timeout is 500 milliseconds.
Public propertyTimeout
Gets or sets how long to wait for the evaluated condition to be true. The default timeout is 500 milliseconds.
Back to Top
See Also