WaiterWaitUntilT Method (FuncT, Int32, Int32)
デリゲートが True または null 以外を返すまで待機します。

名前空間: 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.WaitUntil(func, 
	timeoums, sleepms)

パラメータ

func
型: SystemFuncT
timeoums
型: SystemInt32
sleepms
型: SystemInt32

型パラメータ

T

戻り値

型: T
参照