 | BaseElementSize Property |
Gets a Size object containing the height and width of this element.
Namespace:
TescoSW.MW.UITests.Common.PageModel.Components
Assembly:
TescoSW.MW.UITests.Common (in TescoSW.MW.UITests.Common.dll) Version: 15.2.7099.36746
Syntaxpublic Size Size { get; }
Property Value
Type:
SizeImplements
IWebElement.Size
ExceptionsException | Condition |
---|
StaleElementReferenceException | Thrown when the target element is no longer valid in the document DOM. |
See Also