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)
構文
VB 使用例
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

戻り値

型: T
Delegate result
参照