|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Point | |
---|---|
org.openqa.selenium | |
org.openqa.selenium.interactions.internal | |
org.openqa.selenium.internal |
Uses of Point in org.openqa.selenium |
---|
Methods in org.openqa.selenium that return Point | |
---|---|
Point |
WebElement.getLocation()
Where on the page is the top left-hand corner of the rendered element? |
Point |
WebDriver.Window.getPosition()
Get the position of the current window, relative to the upper left corner of the screen. |
Point |
Point.moveBy(int xOffset,
int yOffset)
|
Methods in org.openqa.selenium with parameters of type Point | |
---|---|
void |
WebDriver.Window.setPosition(Point targetPosition)
Set the position of the current window. |
Uses of Point in org.openqa.selenium.interactions.internal |
---|
Methods in org.openqa.selenium.interactions.internal that return Point | |
---|---|
Point |
Coordinates.getLocationInDOM()
Deprecated. To be removed in 2.31. Use Coordinates.onPage() instead |
Point |
Coordinates.getLocationInViewPort()
Deprecated. To be removed in 2.31. Use Coordinates.inViewPort() instead |
Point |
Coordinates.getLocationOnScreen()
Deprecated. To be removed in 2.31. Use Coordinates.onScreen() instead |
Point |
Coordinates.inViewPort()
Gets coordinates on the element relative to the top-left corner of OS-window being used to display the content. |
Point |
Coordinates.onPage()
Gets coordinates on the element relative to the top-left corner of the page. |
Point |
Coordinates.onScreen()
Gets coordinates on the element relative to the top-left corner of the monitor (screen). |
Uses of Point in org.openqa.selenium.internal |
---|
Methods in org.openqa.selenium.internal that return Point | |
---|---|
Point |
Locatable.getLocationOnScreenOnceScrolledIntoView()
Deprecated. To be removed in 2.31. Use Locatable.getCoordinates() instead |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |