Uses of Class
com.microsoft.playwright.options.ScreenshotAnimations
-
Packages that use ScreenshotAnimations Package Description com.microsoft.playwright com.microsoft.playwright.options -
-
Uses of ScreenshotAnimations in com.microsoft.playwright
Fields in com.microsoft.playwright declared as ScreenshotAnimations Modifier and Type Field Description ScreenshotAnimationsElementHandle.ScreenshotOptions. animationsWhen set to"disabled", stops CSS animations, CSS transitions and Web Animations.ScreenshotAnimationsLocator.ScreenshotOptions. animationsWhen set to"disabled", stops CSS animations, CSS transitions and Web Animations.ScreenshotAnimationsPage.ScreenshotOptions. animationsWhen set to"disabled", stops CSS animations, CSS transitions and Web Animations.Methods in com.microsoft.playwright with parameters of type ScreenshotAnimations Modifier and Type Method Description ElementHandle.ScreenshotOptionsElementHandle.ScreenshotOptions. setAnimations(ScreenshotAnimations animations)When set to"disabled", stops CSS animations, CSS transitions and Web Animations.Locator.ScreenshotOptionsLocator.ScreenshotOptions. setAnimations(ScreenshotAnimations animations)When set to"disabled", stops CSS animations, CSS transitions and Web Animations.Page.ScreenshotOptionsPage.ScreenshotOptions. setAnimations(ScreenshotAnimations animations)When set to"disabled", stops CSS animations, CSS transitions and Web Animations. -
Uses of ScreenshotAnimations in com.microsoft.playwright.options
Methods in com.microsoft.playwright.options that return ScreenshotAnimations Modifier and Type Method Description static ScreenshotAnimationsScreenshotAnimations. valueOf(String name)Returns 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.
-