java.lang.Object
org.openqa.selenium.devtools.v85.dom.model.Rect

public class Rect extends Object
Rectangle.
  • Constructor Details

  • Method Details

    • getX

      public Number getX()
      X coordinate
    • getY

      public Number getY()
      Y coordinate
    • getWidth

      public Number getWidth()
      Rectangle width
    • getHeight

      public Number getHeight()
      Rectangle height