デリゲートが null 以外または True を返すまで待機します。
名前空間: Seleniumアセンブリ: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
構文Dim instance As WebDriver
Dim func As Func(Of WebDriver, T)
Dim timeout As Integer
Dim returnValue As T
returnValue = instance.Until(func, timeout)
パラメータ
- func
- 型: SystemFuncWebDriver, T
Delegate taking the web driver instance as argument - timeout(省略可)
- 型: SystemInt32
Timeout in milliseconds
型パラメータ
- T
- Returned object or boolean
戻り値
型:
TVariant or boolean
参照