Class CSSScope

java.lang.Object
io.webfolder.cdp.type.css.CSSScope

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

    • CSSScope

      public CSSScope()
  • Method Details

    • getText

      public String getText()
      Scope rule text.
    • setText

      public void setText(String text)
      Scope rule text.
    • getRange

      public SourceRange getRange()
      The associated rule header range in the enclosing stylesheet (if available).
    • setRange

      public void setRange(SourceRange range)
      The associated rule header range in the enclosing stylesheet (if available).
    • getStyleSheetId

      public String getStyleSheetId()
      Identifier of the stylesheet containing this object (if exists).
    • setStyleSheetId

      public void setStyleSheetId(String styleSheetId)
      Identifier of the stylesheet containing this object (if exists).
    • toString

      public String toString()
      Overrides:
      toString in class Object