Uses of Enum Class
org.openqa.selenium.devtools.v145.css.model.CSSAtRule.Type
Packages that use CSSAtRule.Type
-
Uses of CSSAtRule.Type in org.openqa.selenium.devtools.v145.css.model
Methods in org.openqa.selenium.devtools.v145.css.model that return CSSAtRule.TypeModifier and TypeMethodDescriptionstatic CSSAtRule.TypeCSSAtRule.Type.fromString(String s) CSSAtRule.getType()Type of at-rule.static CSSAtRule.TypeReturns the enum constant of this class with the specified name.static CSSAtRule.Type[]CSSAtRule.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.openqa.selenium.devtools.v145.css.model with parameters of type CSSAtRule.TypeModifierConstructorDescriptionCSSAtRule(CSSAtRule.Type type, Optional<CSSAtRule.Subsection> subsection, Optional<Value> name, Optional<StyleSheetId> styleSheetId, StyleSheetOrigin origin, CSSStyle style)