Uses of Class
org.openqa.selenium.devtools.v85.overlay.model.ColorFormat
-
Packages that use ColorFormat Package Description org.openqa.selenium.devtools.v85.overlay.model -
-
Uses of ColorFormat in org.openqa.selenium.devtools.v85.overlay.model
Methods in org.openqa.selenium.devtools.v85.overlay.model that return ColorFormat Modifier and Type Method Description static ColorFormatColorFormat. fromString(java.lang.String s)static ColorFormatColorFormat. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ColorFormat[]ColorFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openqa.selenium.devtools.v85.overlay.model that return types with arguments of type ColorFormat Modifier and Type Method Description java.util.Optional<ColorFormat>HighlightConfig. getColorFormat()The color format used to format color styles (default: hex).
-