org.openqa.selenium.internal
Interface Locatable


public interface Locatable


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

Method Detail

getLocationOnScreenOnceScrolledIntoView

java.awt.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


Copyright © 2009. All Rights Reserved.