Click or drag to resize
ExtensionsSelectByValueFromSelectTagDropDown Method
Selects specified value from "Select" tag dropdown

Namespace: SeleniumUtilities
Assembly: SeleniumUtilities (in SeleniumUtilities.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static void SelectByValueFromSelectTagDropDown(
	this IWebElement element,
	string ItemValue
)

Parameters

element
Type: IWebElement

[Missing <param name="element"/> documentation for "M:SeleniumUtilities.Extensions.SelectByValueFromSelectTagDropDown(OpenQA.Selenium.IWebElement,System.String)"]

ItemValue
Type: SystemString

[Missing <param name="ItemValue"/> documentation for "M:SeleniumUtilities.Extensions.SelectByValueFromSelectTagDropDown(OpenQA.Selenium.IWebElement,System.String)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IWebElement. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also