org.openqa.selenium.interactions.internal
Interface Coordinates


public interface Coordinates

Provides coordinates of an element for advanced interactions. Note that some coordinates (such as screen coordinates) are evaluated lazily since the element may have to be scrolled into view.


Method Summary
 Object getAuxiliary()
           
 Point getLocationInDOM()
           
 Point getLocationInViewPort()
           
 Point getLocationOnScreen()
           
 

Method Detail

getLocationOnScreen

Point getLocationOnScreen()

getLocationInViewPort

Point getLocationInViewPort()

getLocationInDOM

Point getLocationInDOM()

getAuxiliary

Object getAuxiliary()


Copyright © 2012. All Rights Reserved.