An NDoc Documented Class Library

ISelenium.IsSomethingSelected Method 

Determines whether some option in a drop-down menu is selected.

bool IsSomethingSelected(
   string selectLocator
);

Parameters

selectLocator
an element locator identifying a drop-down menu

Return Value

true if some option has been selected, false otherwise

See Also

ISelenium Interface | Selenium Namespace