Waiter Class
Waiting functions
Inheritance Hierarchy
SystemObject
  SeleniumWaiter

Namespace: Selenium
Assembly: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
Syntax
VB Usage
Dim instance As Waiter

The Waiter type exposes the following members.

Constructors
  NameDescription
Public methodWaiter
Creates a new Waiter object
Top
Methods
  NameDescription
Public methodCode exampleNot
Returns a boolean to continue waiting and throws an exception if the timeout is reached
Public methodUntilT
Waits for the delegate function to return not null or true
Public methodStatic memberWait
Waits the given time in milliseconds
Public methodWaitForFile
Waits for a file to be ready.
Public methodStatic memberWaitNoException(Action, Int32, Int32)
Waits for a delegate action to be executed without exception
Public methodStatic memberWaitNoExceptionT(FuncT, Int32, Int32)
Waits for a delegate function to be executed without exception
Public methodStatic memberWaitTrue
Waits for a delegate function to return true
Public methodStatic memberWaitUntilT(FuncT, Int32, Int32)
Waits for a delegate function to return true or not null
Public methodStatic memberWaitUntilU, T(FuncU, T, U, Int32, Int32)
Waits for a delegate function to return true or not null
Top
Properties
  NameDescription
Public propertyRetryDelay
Delay in millisecond before trying again. Default is 60 milliseconds
Public propertyTimeout
Waiter timeout in milliseconds. Default is 5000 milliseconds
Top
See Also