java.lang.Object
org.openqa.selenium.devtools.v85.systeminfo.model.Size

public class Size extends Object
Describes the width and height dimensions of an entity.
  • Constructor Details

  • Method Details

    • getWidth

      public Integer getWidth()
      Width in pixels.
    • getHeight

      public Integer getHeight()
      Height in pixels.