An NDoc Documented Class Library

DefaultSelenium.GetSelectOptions Method 

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

public 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

Implements

ISelenium.GetSelectOptions

See Also

DefaultSelenium Class | Selenium Namespace