The "exact location" on the page, regardless of visibility.
, , , / .
, , , . element IWebElement, ICoordinates, IWebElement ICoordinates, .
Point p = element.LocationOnScreenOnceScrolledIntoView;
OpenQA.Selenium.Interactions.Internal.ICoordinates p2 = element.Coordinates;
. LocationOnScreenOnceScrolledIntoView , .
LocationInViewport, , , .
p = p2.LocationInViewport;
p = p2.LocationOnScreen;
p = p2.LocationInDom;
object obj = p2.AuxiliaryLocator;