Uses of Enum
com.microsoft.playwright.options.ScreenshotType
Packages that use ScreenshotType
-
Uses of ScreenshotType in com.microsoft.playwright
Fields in com.microsoft.playwright declared as ScreenshotTypeModifier and TypeFieldDescriptionElementHandle.ScreenshotOptions.typeSpecify screenshot type, defaults topng.Locator.ScreenshotOptions.typeSpecify screenshot type, defaults topng.Page.ScreenshotOptions.typeSpecify screenshot type, defaults topng.Methods in com.microsoft.playwright with parameters of type ScreenshotTypeModifier and TypeMethodDescriptionElementHandle.ScreenshotOptions.setType(ScreenshotType type) Specify screenshot type, defaults topng.Locator.ScreenshotOptions.setType(ScreenshotType type) Specify screenshot type, defaults topng.Page.ScreenshotOptions.setType(ScreenshotType type) Specify screenshot type, defaults topng. -
Uses of ScreenshotType in com.microsoft.playwright.options
Subclasses with type arguments of type ScreenshotType in com.microsoft.playwright.optionsMethods in com.microsoft.playwright.options that return ScreenshotTypeModifier and TypeMethodDescriptionstatic ScreenshotTypeReturns 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.