Class CSSSupports
java.lang.Object
org.openqa.selenium.devtools.v141.css.model.CSSSupports
CSS Supports at-rule descriptor.
-
Constructor Summary
ConstructorsConstructorDescriptionCSSSupports(String text, Boolean active, Optional<SourceRange> range, Optional<StyleSheetId> styleSheetId) -
Method Summary
-
Constructor Details
-
CSSSupports
public CSSSupports(String text, Boolean active, Optional<SourceRange> range, Optional<StyleSheetId> styleSheetId)
-
-
Method Details
-
getText
Supports rule text. -
getActive
Whether the supports condition is satisfied. -
getRange
The associated rule header range in the enclosing stylesheet (if available). -
getStyleSheetId
Identifier of the stylesheet containing this object (if exists).
-