Class RecordVideoSize

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

public class RecordVideoSize extends Object
  • Field Details

    • width

      public int width
      Video frame width.
    • height

      public int height
      Video frame height.
  • Constructor Details

    • RecordVideoSize

      public RecordVideoSize(int width, int height)