|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Point | |
---|---|
org.openqa.selenium | |
org.openqa.selenium.htmlunit | |
org.openqa.selenium.interactions.internal | |
org.openqa.selenium.internal | |
org.openqa.selenium.remote |
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 |
Point.moveBy(int xOffset,
int yOffset)
|
Uses of Point in org.openqa.selenium.htmlunit |
---|
Methods in org.openqa.selenium.htmlunit that return Point | |
---|---|
Point |
HtmlUnitWebElement.getLocation()
|
Point |
HtmlUnitWebElement.getLocationOnScreenOnceScrolledIntoView()
|
Uses of Point in org.openqa.selenium.interactions.internal |
---|
Methods in org.openqa.selenium.interactions.internal that return Point | |
---|---|
Point |
Coordinates.getLocationInDOM()
|
Point |
Coordinates.getLocationInViewPort()
|
Point |
Coordinates.getLocationOnScreen()
|
Uses of Point in org.openqa.selenium.internal |
---|
Methods in org.openqa.selenium.internal that return Point | |
---|---|
Point |
Locatable.getLocationOnScreenOnceScrolledIntoView()
Use this to discover where on the screen an element is so that we can click it. |
Uses of Point in org.openqa.selenium.remote |
---|
Methods in org.openqa.selenium.remote that return Point | |
---|---|
Point |
RemoteWebElement.getLocation()
|
Point |
RemoteWebElement.getLocationOnScreenOnceScrolledIntoView()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |