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