| WaiterWaitNoExceptionT Method (FuncT, Int32, Int32) |
Waits for a delegate function to be executed without exception
名前空間: Seleniumアセンブリ: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
構文Dim func As Func(Of T)
Dim timeoums As Integer
Dim sleepms As Integer
Dim returnValue As T
returnValue = Waiter.WaitNoException(func,
timeoums, sleepms)
パラメータ
- func
- 型: SystemFuncT
Delegate action - timeoums
- 型: SystemInt32
Timeout in millisecond - sleepms
- 型: SystemInt32
Delay between each attempt
型パラメータ
- T
戻り値
型:
TDelegate result
参照