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

StableWebElementSize Property

Gets a Size object containing the height and width of this element.

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

Property Value

Type: Size

Implements

IWebElement.Size
Exceptions
ExceptionCondition
StaleElementReferenceExceptionThrown when the target element is no longer valid in the document DOM.
See Also