Class CSSAtRule
java.lang.Object
org.openqa.selenium.devtools.v145.css.model.CSSAtRule
CSS generic @rule representation.
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionCSSAtRule(CSSAtRule.Type type, Optional<CSSAtRule.Subsection> subsection, Optional<Value> name, Optional<StyleSheetId> styleSheetId, StyleSheetOrigin origin, CSSStyle style) -
Method Summary
Modifier and TypeMethodDescriptiongetName()LINT.ThenChange(//third_party/blink/renderer/core/inspector/inspector_style_sheet.cc:FontVariantAlternatesFeatureType,//third_party/blink/renderer/core/inspector/inspector_css_agent.cc:FontVariantAlternatesFeatureType) Associated name, if applicable.Parent stylesheet's origin.getStyle()Associated style declaration.The css style sheet identifier (absent for user agent stylesheet and user-specified stylesheet rules) this rule came from.Subsection of font-feature-values, if this is a subsection.getType()Type of at-rule.
-
Constructor Details
-
CSSAtRule
public CSSAtRule(CSSAtRule.Type type, Optional<CSSAtRule.Subsection> subsection, Optional<Value> name, Optional<StyleSheetId> styleSheetId, StyleSheetOrigin origin, CSSStyle style)
-
-
Method Details
-
getType
Type of at-rule. -
getSubsection
Subsection of font-feature-values, if this is a subsection. -
getName
LINT.ThenChange(//third_party/blink/renderer/core/inspector/inspector_style_sheet.cc:FontVariantAlternatesFeatureType,//third_party/blink/renderer/core/inspector/inspector_css_agent.cc:FontVariantAlternatesFeatureType) Associated name, if applicable. -
getStyleSheetId
The css style sheet identifier (absent for user agent stylesheet and user-specified stylesheet rules) this rule came from. -
getOrigin
Parent stylesheet's origin. -
getStyle
Associated style declaration.
-