DriverUtilitiesDropdown Method (IWebElement) |
This method is used to choose the dropdown by its identifier
Namespace: SeleniumUtilitiesAssembly: SeleniumUtilities (in SeleniumUtilities.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static SelectElement Dropdown(
IWebElement element
)
Public Shared Function Dropdown (
element As IWebElement
) As SelectElement
public:
static SelectElement^ Dropdown(
IWebElement^ element
)
static member Dropdown :
element : IWebElement -> SelectElement
Parameters
- element
- Type: IWebElement
[Missing <param name="element"/> documentation for "M:SeleniumUtilities.DriverUtilities.Dropdown(OpenQA.Selenium.IWebElement)"]
Return Value
Type:
SelectElementIt returns the dropdown controler of spefied identifier which can be further used for selection of items using various options.
See Also