java.lang.Object
org.openqa.selenium.devtools.v120.css.model.CSSScope

@Beta public class CSSScope extends Object
CSS Scope at-rule descriptor.
  • Constructor Details

  • Method Details

    • getText

      public String getText()
      Scope rule text.
    • getRange

      public Optional<SourceRange> getRange()
      The associated rule header range in the enclosing stylesheet (if available).
    • getStyleSheetId

      public Optional<StyleSheetId> getStyleSheetId()
      Identifier of the stylesheet containing this object (if exists).