Uses of Class
com.microsoft.playwright.options.RecordVideoSize
Packages that use RecordVideoSize
-
Uses of RecordVideoSize in com.microsoft.playwright
Fields in com.microsoft.playwright declared as RecordVideoSizeModifier and TypeFieldDescriptionBrowser.NewContextOptions.recordVideoSizeDimensions of the recorded videos.Browser.NewPageOptions.recordVideoSizeDimensions of the recorded videos.BrowserType.LaunchPersistentContextOptions.recordVideoSizeDimensions of the recorded videos.Methods in com.microsoft.playwright with parameters of type RecordVideoSizeModifier and TypeMethodDescriptionBrowser.NewContextOptions.setRecordVideoSize(RecordVideoSize recordVideoSize) Dimensions of the recorded videos.Browser.NewPageOptions.setRecordVideoSize(RecordVideoSize recordVideoSize) Dimensions of the recorded videos.BrowserType.LaunchPersistentContextOptions.setRecordVideoSize(RecordVideoSize recordVideoSize) Dimensions of the recorded videos.