Uses of Enum Class
org.openqa.selenium.devtools.v141.overlay.model.ColorFormat
Packages that use ColorFormat
-
Uses of ColorFormat in org.openqa.selenium.devtools.v141.overlay.model
Methods in org.openqa.selenium.devtools.v141.overlay.model that return ColorFormatModifier and TypeMethodDescriptionstatic ColorFormatColorFormat.fromString(String s) static ColorFormatReturns the enum constant of this class with the specified name.static ColorFormat[]ColorFormat.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.openqa.selenium.devtools.v141.overlay.model that return types with arguments of type ColorFormatModifier and TypeMethodDescriptionHighlightConfig.getColorFormat()The color format used to format color styles (default: hex).