Uses of Class
com.microsoft.playwright.options.ScreenshotType
-
Packages that use ScreenshotType Package Description com.microsoft.playwright com.microsoft.playwright.options -
-
Uses of ScreenshotType in com.microsoft.playwright
Fields in com.microsoft.playwright declared as ScreenshotType Modifier and Type Field Description ScreenshotTypeElementHandle.ScreenshotOptions. typeSpecify screenshot type, defaults topng.ScreenshotTypeLocator.ScreenshotOptions. typeSpecify screenshot type, defaults topng.ScreenshotTypePage.ScreenshotOptions. typeSpecify screenshot type, defaults topng.Methods in com.microsoft.playwright with parameters of type ScreenshotType Modifier and Type Method Description ElementHandle.ScreenshotOptionsElementHandle.ScreenshotOptions. setType(ScreenshotType type)Specify screenshot type, defaults topng.Locator.ScreenshotOptionsLocator.ScreenshotOptions. setType(ScreenshotType type)Specify screenshot type, defaults topng.Page.ScreenshotOptionsPage.ScreenshotOptions. setType(ScreenshotType type)Specify screenshot type, defaults topng. -
Uses of ScreenshotType in com.microsoft.playwright.options
Methods in com.microsoft.playwright.options that return ScreenshotType Modifier and Type Method Description static ScreenshotTypeScreenshotType. valueOf(String name)Returns the enum constant of this type with the specified name.static ScreenshotType[]ScreenshotType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-