Package com.microsoft.playwright.options
Class ScreenSize
java.lang.Object
com.microsoft.playwright.options.ScreenSize
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
width
public int widthpage width in pixels. -
height
public int heightpage height in pixels.
-
-
Constructor Details
-
ScreenSize
public ScreenSize(int width, int height)
-