Class ScreenSize

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

public class ScreenSize extends Object
  • Field Details

    • width

      public int width
      page width in pixels.
    • height

      public int height
      page height in pixels.
  • Constructor Details

    • ScreenSize

      public ScreenSize(int width, int height)