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

BaseElementWrappedElement Property

Gets the IWebElement wrapped by this object.

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 IWebElement WrappedElement { get; protected set; }

Property Value

Type: IWebElement

Implements

IWrapsElement.WrappedElement
See Also