|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
inViewPort()
Gets coordinates on the element relative to the top-left corner of OS-window being used to display the content. |
Point |
onPage()
Gets coordinates on the element relative to the top-left corner of the page. |
Point |
onScreen()
Gets coordinates on the element relative to the top-left corner of the monitor (screen). |
Method Detail |
---|
Point onScreen()
ElementNotVisibleException
- if the element can't be scrolled into view.Point inViewPort()
ElementNotVisibleException
- if the element can't be scrolled into view.Point onPage()
Object getAuxiliary()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |