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

BaseElementSelected Property

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

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

Property Value

Type: Boolean

Implements

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