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