ISelenium IsSomethingSelected Method WebDriver
Determines whether some option in a drop-down menu is selected.

Namespace: Selenium
Assembly: ThoughtWorks.Selenium.Core (in ThoughtWorks.Selenium.Core.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax

bool IsSomethingSelected(
	string selectLocator
)

Return Value

true if some option has been selected, false otherwise
See Also