public class Coordinates extends Object
| Constructor and Description |
|---|
Coordinates(org.openqa.selenium.Point absoluteLocation,
org.openqa.selenium.Point currentLocation,
org.openqa.selenium.Dimension size,
org.openqa.selenium.Dimension scrollableSize,
Double devicePixelRatio) |
Coordinates(org.openqa.selenium.WebElement element,
Double devicePixelRatio) |
| Modifier and Type | Method and Description |
|---|---|
int |
getAbsoluteX() |
int |
getAbsoluteY() |
int |
getHeight() |
int |
getScrollHeight() |
int |
getScrollWidth() |
int |
getWidth() |
int |
getX() |
int |
getY() |
public Coordinates(org.openqa.selenium.WebElement element,
Double devicePixelRatio)
public Coordinates(org.openqa.selenium.Point absoluteLocation,
org.openqa.selenium.Point currentLocation,
org.openqa.selenium.Dimension size,
org.openqa.selenium.Dimension scrollableSize,
Double devicePixelRatio)
Copyright © 2020. All rights reserved.