Uses of Enum Class
org.openqa.selenium.devtools.v141.headlessexperimental.model.ScreenshotParams.Format
Packages that use ScreenshotParams.Format
-
Uses of ScreenshotParams.Format in org.openqa.selenium.devtools.v141.headlessexperimental.model
Methods in org.openqa.selenium.devtools.v141.headlessexperimental.model that return ScreenshotParams.FormatModifier and TypeMethodDescriptionstatic ScreenshotParams.FormatScreenshotParams.Format.fromString(String s) static ScreenshotParams.FormatReturns the enum constant of this class with the specified name.static ScreenshotParams.Format[]ScreenshotParams.Format.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.openqa.selenium.devtools.v141.headlessexperimental.model that return types with arguments of type ScreenshotParams.FormatModifier and TypeMethodDescriptionScreenshotParams.getFormat()Image compression format (defaults to png).Constructor parameters in org.openqa.selenium.devtools.v141.headlessexperimental.model with type arguments of type ScreenshotParams.FormatModifierConstructorDescriptionScreenshotParams(Optional<ScreenshotParams.Format> format, Optional<Integer> quality, Optional<Boolean> optimizeForSpeed)