Class BoundingBox

java.lang.Object
com.microsoft.playwright.options.BoundingBox

public class BoundingBox extends Object
  • Field Details

    • x

      public double x
      the x coordinate of the element in pixels.
    • y

      public double y
      the y coordinate of the element in pixels.
    • width

      public double width
      the width of the element in pixels.
    • height

      public double height
      the height of the element in pixels.
  • Constructor Details

    • BoundingBox

      public BoundingBox()