Uses of Class
org.openqa.selenium.devtools.v113.overlay.model.LineStyle.Pattern
-
Packages that use LineStyle.Pattern Package Description org.openqa.selenium.devtools.v113.overlay.model -
-
Uses of LineStyle.Pattern in org.openqa.selenium.devtools.v113.overlay.model
Methods in org.openqa.selenium.devtools.v113.overlay.model that return LineStyle.Pattern Modifier and Type Method Description static LineStyle.PatternLineStyle.Pattern. fromString(java.lang.String s)static LineStyle.PatternLineStyle.Pattern. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static LineStyle.Pattern[]LineStyle.Pattern. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openqa.selenium.devtools.v113.overlay.model that return types with arguments of type LineStyle.Pattern Modifier and Type Method Description java.util.Optional<LineStyle.Pattern>LineStyle. getPattern()The line pattern (default: solid)
-