Package com.microsoft.playwright.options
Class RecordVideoSize
java.lang.Object
com.microsoft.playwright.options.RecordVideoSize
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
width
public int widthVideo frame width. -
height
public int heightVideo frame height.
-
-
Constructor Details
-
RecordVideoSize
public RecordVideoSize(int width, int height)
-