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 getAuxiliry()
           
 Point getLocationInDOM()
           
 Point getLocationInViewPort()
           
 Point getLocationOnScreen()
           
 

Method Detail

getLocationOnScreen

Point getLocationOnScreen()

getLocationInViewPort

Point getLocationInViewPort()

getLocationInDOM

Point getLocationInDOM()

getAuxiliry

Object getAuxiliry()


Copyright © 2011. All Rights Reserved.