Uses of Class
org.openqa.selenium.devtools.headlessexperimental.model.ScreenshotParams.Format
-
Packages that use ScreenshotParams.Format Package Description org.openqa.selenium.devtools.headlessexperimental.model -
-
Uses of ScreenshotParams.Format in org.openqa.selenium.devtools.headlessexperimental.model
Methods in org.openqa.selenium.devtools.headlessexperimental.model that return ScreenshotParams.Format Modifier and Type Method Description static ScreenshotParams.FormatScreenshotParams.Format. fromString(java.lang.String s)ScreenshotParams.FormatScreenshotParams. getFormat()Image compression format (defaults to png).static ScreenshotParams.FormatScreenshotParams.Format. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ScreenshotParams.Format[]ScreenshotParams.Format. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.openqa.selenium.devtools.headlessexperimental.model with parameters of type ScreenshotParams.Format Constructor Description ScreenshotParams(ScreenshotParams.Format format, java.lang.Integer quality)
-