An NDoc Documented Class Library

ISelenium.GetSelectOptions Method 

Gets all option labels in the specified select drop-down.

string[] GetSelectOptions(
   string selectLocator
);

Parameters

selectLocator
an element locator identifying a drop-down menu

Return Value

an array of all option labels in the specified select drop-down

See Also

ISelenium Interface | Selenium Namespace