Class CSSLayer
java.lang.Object
org.openqa.selenium.devtools.v126.css.model.CSSLayer
CSS Layer at-rule descriptor.
-
Constructor Summary
ConstructorsConstructorDescriptionCSSLayer
(String text, Optional<SourceRange> range, Optional<StyleSheetId> styleSheetId) -
Method Summary
-
Constructor Details
-
CSSLayer
-
-
Method Details
-
getText
Layer name. -
getRange
The associated rule header range in the enclosing stylesheet (if available). -
getStyleSheetId
Identifier of the stylesheet containing this object (if exists).
-