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