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

BaseElementLocation Property

Gets a Point object containing the coordinates of the upper-left corner of this element relative to the upper-left corner of the page.

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 Point Location { get; }

Property Value

Type: Point

Implements

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