| WaiterWaitUntilT Method (FuncT, 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 T)
Dim timeoums As Integer
Dim sleepms As Integer
Dim returnValue As T
returnValue = Waiter.WaitUntil(func,
timeoums, sleepms)
Parameters
- func
- Type: SystemFuncT
- timeoums
- Type: SystemInt32
- sleepms
- Type: SystemInt32
Type Parameters
- T
Return Value
Type:
T
See Also