Uses of Enum
com.microsoft.playwright.options.ScreenshotAnimations
Packages that use ScreenshotAnimations
-
Uses of ScreenshotAnimations in com.microsoft.playwright
Fields in com.microsoft.playwright declared as ScreenshotAnimationsModifier and TypeFieldDescriptionElementHandle.ScreenshotOptions.animationsWhen set to"disabled", stops CSS animations, CSS transitions and Web Animations.Locator.ScreenshotOptions.animationsWhen set to"disabled", stops CSS animations, CSS transitions and Web Animations.Page.ScreenshotOptions.animationsWhen set to"disabled", stops CSS animations, CSS transitions and Web Animations.Methods in com.microsoft.playwright with parameters of type ScreenshotAnimationsModifier and TypeMethodDescriptionElementHandle.ScreenshotOptions.setAnimations(ScreenshotAnimations animations) When set to"disabled", stops CSS animations, CSS transitions and Web Animations.Locator.ScreenshotOptions.setAnimations(ScreenshotAnimations animations) When set to"disabled", stops CSS animations, CSS transitions and Web Animations.Page.ScreenshotOptions.setAnimations(ScreenshotAnimations animations) When set to"disabled", stops CSS animations, CSS transitions and Web Animations. -
Uses of ScreenshotAnimations in com.microsoft.playwright.options
Subclasses with type arguments of type ScreenshotAnimations in com.microsoft.playwright.optionsMethods in com.microsoft.playwright.options that return ScreenshotAnimationsModifier and TypeMethodDescriptionstatic ScreenshotAnimationsReturns the enum constant of this type with the specified name.static ScreenshotAnimations[]ScreenshotAnimations.values()Returns an array containing the constants of this enum type, in the order they are declared.