Uses of Enum
com.microsoft.playwright.options.ReducedMotion
Packages that use ReducedMotion
-
Uses of ReducedMotion in com.microsoft.playwright
Fields in com.microsoft.playwright with type parameters of type ReducedMotionModifier and TypeFieldDescriptionBrowser.NewContextOptions.reducedMotionEmulates"prefers-reduced-motion"media feature, supported values are"reduce","no-preference".Browser.NewPageOptions.reducedMotionEmulates"prefers-reduced-motion"media feature, supported values are"reduce","no-preference".BrowserType.LaunchPersistentContextOptions.reducedMotionEmulates"prefers-reduced-motion"media feature, supported values are"reduce","no-preference".Page.EmulateMediaOptions.reducedMotionEmulates"prefers-reduced-motion"media feature, supported values are"reduce","no-preference".Methods in com.microsoft.playwright with parameters of type ReducedMotionModifier and TypeMethodDescriptionBrowser.NewContextOptions.setReducedMotion(ReducedMotion reducedMotion) Emulates"prefers-reduced-motion"media feature, supported values are"reduce","no-preference".Browser.NewPageOptions.setReducedMotion(ReducedMotion reducedMotion) Emulates"prefers-reduced-motion"media feature, supported values are"reduce","no-preference".BrowserType.LaunchPersistentContextOptions.setReducedMotion(ReducedMotion reducedMotion) Emulates"prefers-reduced-motion"media feature, supported values are"reduce","no-preference".Page.EmulateMediaOptions.setReducedMotion(ReducedMotion reducedMotion) Emulates"prefers-reduced-motion"media feature, supported values are"reduce","no-preference". -
Uses of ReducedMotion in com.microsoft.playwright.options
Subclasses with type arguments of type ReducedMotion in com.microsoft.playwright.optionsMethods in com.microsoft.playwright.options that return ReducedMotionModifier and TypeMethodDescriptionstatic ReducedMotionReturns the enum constant of this type with the specified name.static ReducedMotion[]ReducedMotion.values()Returns an array containing the constants of this enum type, in the order they are declared.