Uses of Class
org.openqa.selenium.devtools.v109.overlay.model.ContrastAlgorithm
-
Packages that use ContrastAlgorithm Package Description org.openqa.selenium.devtools.v109.overlay.model -
-
Uses of ContrastAlgorithm in org.openqa.selenium.devtools.v109.overlay.model
Methods in org.openqa.selenium.devtools.v109.overlay.model that return ContrastAlgorithm Modifier and Type Method Description static ContrastAlgorithmContrastAlgorithm. fromString(java.lang.String s)static ContrastAlgorithmContrastAlgorithm. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ContrastAlgorithm[]ContrastAlgorithm. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openqa.selenium.devtools.v109.overlay.model that return types with arguments of type ContrastAlgorithm Modifier and Type Method Description java.util.Optional<ContrastAlgorithm>HighlightConfig. getContrastAlgorithm()The contrast algorithm to use for the contrast ratio (default: aa).
-