Class StyleDeclarationEdit
java.lang.Object
org.openqa.selenium.devtools.v140.css.model.StyleDeclarationEdit
A descriptor of operation to mutate style declaration text.
- 
Constructor Summary
ConstructorsConstructorDescriptionStyleDeclarationEdit(StyleSheetId styleSheetId, SourceRange range, String text)  - 
Method Summary
 
- 
Constructor Details
- 
StyleDeclarationEdit
 
 - 
 - 
Method Details
- 
getStyleSheetId
The css style sheet identifier. - 
getRange
The range of the style text in the enclosing stylesheet. - 
getText
New style text. 
 -