Uses of Enum Class
org.openqa.selenium.devtools.v141.overlay.model.ContrastAlgorithm
Packages that use ContrastAlgorithm
-
Uses of ContrastAlgorithm in org.openqa.selenium.devtools.v141.overlay.model
Methods in org.openqa.selenium.devtools.v141.overlay.model that return ContrastAlgorithmModifier and TypeMethodDescriptionstatic ContrastAlgorithmContrastAlgorithm.fromString(String s) static ContrastAlgorithmReturns the enum constant of this class with the specified name.static ContrastAlgorithm[]ContrastAlgorithm.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 ContrastAlgorithmModifier and TypeMethodDescriptionHighlightConfig.getContrastAlgorithm()The contrast algorithm to use for the contrast ratio (default: aa).