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
FieldsConstructor Summary
ConstructorsMethod Summary
Field Details
x
public final int xy
public final int y
Constructor Details
Point
public Point(int x, int y)
Method Details