Package org.openqa.selenium
Class Point
java.lang.Object
org.openqa.selenium.Point
Represents a point in a two-dimensional space with x and y coordinates.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
x
public final int x -
y
public final int y
-
-
Constructor Details
-
Point
public Point(int x, int y)
-
-
Method Details