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

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

public bool Selected { get; }

Implements

IWebElement Selected
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