Package org.openqa.selenium
Class Point
java.lang.Object
org.openqa.selenium.Point
A copy of java.awt.Point, to remove dependency on awt.
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
x
public int x -
y
public int y
-
-
Constructor Details
-
Point
public Point(int x, int y)
-
-
Method Details