public interface Coordinates
Modifier and Type | Method and Description |
---|---|
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).
|
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()
Copyright © 2013. All Rights Reserved.