Provides a convenience method for manipulating selections of options in an HTML
select element.
public static OpenQA.Selenium.Support.UI.SelectElement AsComboBox(this OpenQA.Selenium.IWebElement element);
element OpenQA.Selenium.IWebElement
The OpenQA.Selenium.IWebElement from which to create OpenQA.Selenium.Support.UI.SelectElement.
OpenQA.Selenium.Support.UI.SelectElement
New instance of OpenQA.Selenium.Support.UI.SelectElement.