SelectElement Constructor WebDriver
Initializes a new instance of the SelectElement class.

Namespace: OpenQA.Selenium.Support.UI
Assembly: WebDriver.Support (in WebDriver.Support.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax

public SelectElement(
	IWebElement element
)
Exceptions

ExceptionCondition
OnlineSystem ArgumentNullExceptionThrown when the IWebElement object is  
OpenQA.Selenium.Support.UI UnexpectedTagNameExceptionThrown when the element wrapped is not a <select> element.
See Also