Click or drag to resize
DriverUtilitiesSelectFromListDropDown Method
To select a element from List dropdown

Namespace: SeleniumUtilities
Assembly: SeleniumUtilities (in SeleniumUtilities.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static void SelectFromListDropDown(
	IList<IWebElement> IWebElementsCollection,
	string itemName
)

Parameters

IWebElementsCollection
Type: System.Collections.GenericIListIWebElement

[Missing <param name="IWebElementsCollection"/> documentation for "M:SeleniumUtilities.DriverUtilities.SelectFromListDropDown(System.Collections.Generic.IList{OpenQA.Selenium.IWebElement},System.String)"]

itemName
Type: SystemString

[Missing <param name="itemName"/> documentation for "M:SeleniumUtilities.DriverUtilities.SelectFromListDropDown(System.Collections.Generic.IList{OpenQA.Selenium.IWebElement},System.String)"]

See Also