Click or drag to resize
Tesco SW, a.s.

BaseElementEnabled Property

Gets a value indicating whether or not this element is enabled.

Namespace:  TescoSW.MW.UITests.Common.PageModel.Components
Assembly:  TescoSW.MW.UITests.Common (in TescoSW.MW.UITests.Common.dll) Version: 15.2.7099.36746
Syntax
C#
public bool Enabled { get; }

Property Value

Type: Boolean

Implements

IWebElement.Enabled
Exceptions
ExceptionCondition
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