WebDriverWait MembersWebDriver

The WebDriverWait type exposes the following members.
Constructors

  NameDescription
Public methodWebDriverWait(IWebDriver, TimeSpan)
Initializes a new instance of the WebDriverWait class.
Public methodWebDriverWait(IClock, IWebDriver, TimeSpan, TimeSpan)
Initializes a new instance of the WebDriverWait class.
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.
(Inherited from DefaultWait T .)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodThrowTimeoutException
Throws a WebDriverTimeoutException with the given message.
(Inherited from DefaultWait T .)
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

(Inherited from DefaultWait T .)
Back to Top
Properties

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