Class StyleDeclarationEdit

java.lang.Object
org.openqa.selenium.devtools.v85.css.model.StyleDeclarationEdit

public class StyleDeclarationEdit extends Object
A descriptor of operation to mutate style declaration text.
  • Constructor Details

  • Method Details

    • getStyleSheetId

      public StyleSheetId getStyleSheetId()
      The css style sheet identifier.
    • getRange

      public SourceRange getRange()
      The range of the style text in the enclosing stylesheet.
    • getText

      public String getText()
      New style text.