Class Size
- java.lang.Object
-
- org.openqa.selenium.devtools.v106.systeminfo.model.Size
-
public class Size extends java.lang.ObjectDescribes the width and height dimensions of an entity.
-
-
Constructor Summary
Constructors Constructor Description Size(java.lang.Integer width, java.lang.Integer height)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.IntegergetHeight()Height in pixels.java.lang.IntegergetWidth()Width in pixels.
-