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

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

public bool Enabled { get; }

Implements

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