Uses of Enum Class
org.openqa.selenium.devtools.v145.css.model.CSSAtRule.Subsection
Packages that use CSSAtRule.Subsection
-
Uses of CSSAtRule.Subsection in org.openqa.selenium.devtools.v145.css.model
Methods in org.openqa.selenium.devtools.v145.css.model that return CSSAtRule.SubsectionModifier and TypeMethodDescriptionstatic CSSAtRule.SubsectionCSSAtRule.Subsection.fromString(String s) static CSSAtRule.SubsectionReturns the enum constant of this class with the specified name.static CSSAtRule.Subsection[]CSSAtRule.Subsection.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.openqa.selenium.devtools.v145.css.model that return types with arguments of type CSSAtRule.SubsectionModifier and TypeMethodDescriptionCSSAtRule.getSubsection()Subsection of font-feature-values, if this is a subsection.Constructor parameters in org.openqa.selenium.devtools.v145.css.model with type arguments of type CSSAtRule.SubsectionModifierConstructorDescriptionCSSAtRule(CSSAtRule.Type type, Optional<CSSAtRule.Subsection> subsection, Optional<Value> name, Optional<StyleSheetId> styleSheetId, StyleSheetOrigin origin, CSSStyle style)