Extensions.SelectByValueFromSelectTagDropDown Method |
Selects specified value from "Select" tag dropdown
Namespace: SeleniumUtilitiesAssembly: SeleniumUtilities (in SeleniumUtilities.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static void SelectByValueFromSelectTagDropDown(
this IWebElement element,
string ItemValue
)
<ExtensionAttribute>
Public Shared Sub SelectByValueFromSelectTagDropDown (
element As IWebElement,
ItemValue As String
)
public:
[ExtensionAttribute]
static void SelectByValueFromSelectTagDropDown(
IWebElement^ element,
String^ ItemValue
)
[<ExtensionAttribute>]
static member SelectByValueFromSelectTagDropDown :
element : IWebElement *
ItemValue : string -> unit
Parameters
- element
- Type: IWebElement
[Missing <param name="element"/> documentation for "M:SeleniumUtilities.Extensions.SelectByValueFromSelectTagDropDown(OpenQA.Selenium.IWebElement,System.String)"]
- ItemValue
- Type: System.String
[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