Class StyleDeclarationEdit
- java.lang.Object
-
- org.openqa.selenium.devtools.v95.css.model.StyleDeclarationEdit
-
public class StyleDeclarationEdit extends java.lang.ObjectA descriptor of operation to mutate style declaration text.
-
-
Constructor Summary
Constructors Constructor Description StyleDeclarationEdit(StyleSheetId styleSheetId, SourceRange range, java.lang.String text)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SourceRangegetRange()The range of the style text in the enclosing stylesheet.StyleSheetIdgetStyleSheetId()The css style sheet identifier.java.lang.StringgetText()New style text.
-
-
-
Constructor Detail
-
StyleDeclarationEdit
public StyleDeclarationEdit(StyleSheetId styleSheetId, SourceRange range, java.lang.String text)
-
-
Method Detail
-
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 java.lang.String getText()
New style text.
-
-