| WaiterWaitUntilU, T Method (FuncU, T, U, Int32, Int32) |
Waits for a delegate function to return true or not null
Namespace: SeleniumAssembly: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
SyntaxDim func As Func(Of U, T)
Dim args As U
Dim timeoums As Integer
Dim sleepms As Integer
Dim returnValue As T
returnValue = Waiter.WaitUntil(func,
args, timeoums, sleepms)
Parameters
- func
- Type: SystemFuncU, T
- args
- Type: U
- timeoums
- Type: SystemInt32
- sleepms
- Type: SystemInt32
Type Parameters
- U
- T
Return Value
Type:
T
See Also