WebElementWaitSelection メソッド
Waits for the element to be selected or not.

名前空間: Selenium
アセンブリ: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
構文
VB 使用例
Dim instance As WebElement
Dim selected As Boolean
Dim timeout As Integer
Dim returnValue As WebElement

returnValue = instance.WaitSelection(selected, 
	timeout)

パラメータ

selected(省略可)
型: SystemBoolean
timeout(省略可)
型: SystemInt32

戻り値

型: WebElement
参照