IWebElement Enabled Property WebDriver
Gets a value indicating whether or not this element is enabled.

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

bool Enabled { get; }
Exceptions

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

The Enabled property will generally return   for everything except explicitly disabled input elements.
See Also