IWebElement Location Property WebDriver
Gets a OnlinePoint object containing the coordinates of the upper-left corner of this element relative to the upper-left corner of the page.

Namespace: OpenQA.Selenium
Assembly: WebDriver (in WebDriver.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax

Point Location { get; }
Exceptions

ExceptionCondition
OpenQA.Selenium StaleElementReferenceExceptionThrown when the target element is no longer valid in the document DOM.
See Also