ExtensionsGetAllOptionsFromSelectTagDropDown Method |
Gets all options from "select" Tag dropdown
Namespace: SeleniumUtilitiesAssembly: SeleniumUtilities (in SeleniumUtilities.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static List<string> GetAllOptionsFromSelectTagDropDown(
this IWebElement element
)
<ExtensionAttribute>
Public Shared Function GetAllOptionsFromSelectTagDropDown (
element As IWebElement
) As List(Of String)
public:
[ExtensionAttribute]
static List<String^>^ GetAllOptionsFromSelectTagDropDown(
IWebElement^ element
)
[<ExtensionAttribute>]
static member GetAllOptionsFromSelectTagDropDown :
element : IWebElement -> List<string>
Parameters
- element
- Type: IWebElement
[Missing <param name="element"/> documentation for "M:SeleniumUtilities.Extensions.GetAllOptionsFromSelectTagDropDown(OpenQA.Selenium.IWebElement)"]
Return Value
Type:
ListString[Missing <returns> documentation for "M:SeleniumUtilities.Extensions.GetAllOptionsFromSelectTagDropDown(OpenQA.Selenium.IWebElement)"]
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