Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 1.73 KB

File metadata and controls

19 lines (17 loc) · 1.73 KB

WebElementExtensions.AsComboBox(OpenQA.Selenium.IWebElement) Method

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);

Parameters

element OpenQA.Selenium.IWebElement
The OpenQA.Selenium.IWebElement from which to create OpenQA.Selenium.Support.UI.SelectElement.

Returns

OpenQA.Selenium.Support.UI.SelectElement
New instance of OpenQA.Selenium.Support.UI.SelectElement.

Exceptions

OpenQA.Selenium.Support.UI.UnexpectedTagNameException