ICoordinates PropertiesWebDriver
The ICoordinates type exposes the following members.
Properties

  NameDescription
Public propertyAuxiliaryLocator
Gets a locator providing a user-defined location for this element.
Public propertyLocationInDom
Gets the location of an element's position within the HTML DOM.
Public propertyLocationInViewport
Gets the location of an element relative to the origin of the view port.
Public propertyLocationOnScreen
Gets the location of an element in absolute screen coordinates.
Back to Top
See Also