Click or drag to resize
DriverUtilitiesDropdown Method (IWebElement)
This method is used to choose the dropdown by its identifier

Namespace: SeleniumUtilities
Assembly: SeleniumUtilities (in SeleniumUtilities.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static SelectElement Dropdown(
	IWebElement element
)

Parameters

element
Type: IWebElement

[Missing <param name="element"/> documentation for "M:SeleniumUtilities.DriverUtilities.Dropdown(OpenQA.Selenium.IWebElement)"]

Return Value

Type: SelectElement
It returns the dropdown controler of spefied identifier which can be further used for selection of items using various options.
See Also