Class StyleDeclarationEdit
- java.lang.Object
-
- org.openqa.selenium.devtools.v112.css.model.StyleDeclarationEdit
-
public class StyleDeclarationEdit extends java.lang.Object
A 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 SourceRange
getRange()
The range of the style text in the enclosing stylesheet.StyleSheetId
getStyleSheetId()
The css style sheet identifier.java.lang.String
getText()
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.
-
-