Package org.openqa.selenium
Class Rectangle
java.lang.Object
org.openqa.selenium.Rectangle
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
x
public final int x -
y
public final int y -
height
public final int height -
width
public final int width
-
-
Constructor Details
-
Rectangle
public Rectangle(int x, int y, int height, int width) -
Rectangle
-
-
Method Details