org.openqa.selenium.internal
Interface Locatable


public interface Locatable


Method Summary
 Coordinates getCoordinates()
           
 Point getLocationOnScreenOnceScrolledIntoView()
          Use this to discover where on the screen an element is so that we can click it.
 

Method Detail

getLocationOnScreenOnceScrolledIntoView

Point getLocationOnScreenOnceScrolledIntoView()
Use this to discover where on the screen an element is so that we can click it. This method should cause the element to be scrolled into view.

Returns:
The top lefthand corner location on the screen, or null if the element is not visible

getCoordinates

Coordinates getCoordinates()


Copyright © 2012. All Rights Reserved.