An NDoc Documented Class Library

DefaultSelenium.IsSomethingSelected Method 

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

public 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

Implements

ISelenium.IsSomethingSelected

See Also

DefaultSelenium Class | Selenium Namespace