An NDoc Documented Class Library

ISelenium.GetSelectedValues Method 

Gets all option values (value attributes) for selected options in the specified select or multi-select element.

string[] GetSelectedValues(
   string selectLocator
);

Parameters

selectLocator
an element locator identifying a drop-down menu

Return Value

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

See Also

ISelenium Interface | Selenium Namespace