WebElementWaitSelection Method
Waits for the element to be selected or not.

Namespace: Selenium
Assembly: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
Syntax
VB Usage
Dim instance As WebElement
Dim selected As Boolean
Dim timeout As Integer
Dim returnValue As WebElement

returnValue = instance.WaitSelection(selected, 
	timeout)

Parameters

selected (Optional)
Type: SystemBoolean

[Missing <param name="selected"/> documentation for "M:Selenium.WebElement.WaitSelection(System.Boolean,System.Int32)"]

timeout (Optional)
Type: SystemInt32

[Missing <param name="timeout"/> documentation for "M:Selenium.WebElement.WaitSelection(System.Boolean,System.Int32)"]

Return Value

Type: WebElement

[Missing <returns> documentation for "M:Selenium.WebElement.WaitSelection(System.Boolean,System.Int32)"]

See Also