| WaiterWaitNoExceptionT Method (FuncT, Int32, Int32) |
Waits for a delegate function to be executed without exception
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.WaitNoException(func,
timeoums, sleepms)
Parameters
- func
- Type: SystemFuncT
Delegate action - timeoums
- Type: SystemInt32
Timeout in millisecond - sleepms
- Type: SystemInt32
Delay between each attempt
Type Parameters
- T
Return Value
Type:
TDelegate result
See Also