| WebElementAsSelect Method |
Cast the WebElement to a Select element
Namespace: SeleniumAssembly: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
SyntaxDim instance As WebElement
Dim returnValue As SelectElement
returnValue = instance.AsSelect()
Return Value
Type:
SelectElement
See Also