Package com.microsoft.playwright.options
Class BoundingBox
java.lang.Object
com.microsoft.playwright.options.BoundingBox
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
x
public double xthe x coordinate of the element in pixels. -
y
public double ythe y coordinate of the element in pixels. -
width
public double widththe width of the element in pixels. -
height
public double heightthe height of the element in pixels.
-
-
Constructor Details
-
BoundingBox
public BoundingBox()
-