Uses of Enum Class
org.openqa.selenium.devtools.v141.css.model.CSSRuleType
Packages that use CSSRuleType
-
Uses of CSSRuleType in org.openqa.selenium.devtools.v141.css.model
Methods in org.openqa.selenium.devtools.v141.css.model that return CSSRuleTypeModifier and TypeMethodDescriptionstatic CSSRuleTypeCSSRuleType.fromString(String s) static CSSRuleTypeReturns the enum constant of this class with the specified name.static CSSRuleType[]CSSRuleType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.openqa.selenium.devtools.v141.css.model that return types with arguments of type CSSRuleTypeModifier and TypeMethodDescriptionCSSRule.getRuleTypes()The array keeps the types of ancestor CSSRules from the innermost going outwards.