Uses of Class
com.microsoft.playwright.options.RecordVideoSize
-
Packages that use RecordVideoSize Package Description com.microsoft.playwright -
-
Uses of RecordVideoSize in com.microsoft.playwright
Fields in com.microsoft.playwright declared as RecordVideoSize Modifier and Type Field Description RecordVideoSizeBrowser.NewContextOptions. recordVideoSizeDimensions of the recorded videos.RecordVideoSizeBrowser.NewPageOptions. recordVideoSizeDimensions of the recorded videos.RecordVideoSizeBrowserType.LaunchPersistentContextOptions. recordVideoSizeDimensions of the recorded videos.Methods in com.microsoft.playwright with parameters of type RecordVideoSize Modifier and Type Method Description Browser.NewContextOptionsBrowser.NewContextOptions. setRecordVideoSize(RecordVideoSize recordVideoSize)Dimensions of the recorded videos.Browser.NewPageOptionsBrowser.NewPageOptions. setRecordVideoSize(RecordVideoSize recordVideoSize)Dimensions of the recorded videos.BrowserType.LaunchPersistentContextOptionsBrowserType.LaunchPersistentContextOptions. setRecordVideoSize(RecordVideoSize recordVideoSize)Dimensions of the recorded videos.
-