IWebElement Selected Property WebDriver
Gets a value indicating whether or not this element is selected.

Namespace: OpenQA.Selenium
Assembly: WebDriver (in WebDriver.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax

bool Selected { get; }
Exceptions

ExceptionCondition
OpenQA.Selenium StaleElementReferenceExceptionThrown when the target element is no longer valid in the document DOM.
Remarks

This operation only applies to input elements such as checkboxes, options in a select element and radio buttons.
See Also