Waiter Class |
Namespace: Selenium
Dim instance As Waiter
The Waiter type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | Not |
Returns a boolean to continue waiting and throws an exception if the timeout is reached
|
![]() | UntilT |
Waits for the delegate function to return not null or true
|
![]() ![]() | Wait |
Waits the given time in milliseconds
|
![]() | WaitForFile |
Waits for a file to be ready.
|
![]() ![]() | WaitNoException(Action, Int32, Int32) |
Waits for a delegate action to be executed without exception
|
![]() ![]() | WaitNoExceptionT(FuncT, Int32, Int32) |
Waits for a delegate function to be executed without exception
|
![]() ![]() | WaitTrue |
Waits for a delegate function to return true
|
![]() ![]() | WaitUntilT(FuncT, Int32, Int32) |
Waits for a delegate function to return true or not null
|
![]() ![]() | WaitUntilU, T(FuncU, T, U, Int32, Int32) |
Waits for a delegate function to return true or not null
|
Name | Description | |
---|---|---|
![]() | RetryDelay |
Delay in millisecond before trying again. Default is 60 milliseconds
|
![]() | Timeout |
Waiter timeout in milliseconds. Default is 5000 milliseconds
|