Table of Contents

Class StyleDeclarationEdit

Namespace
OpenQA.Selenium.DevTools.V146.CSS
Assembly
Selenium.WebDriver.dll

A descriptor of operation to mutate style declaration text.

public sealed class StyleDeclarationEdit
Inheritance
StyleDeclarationEdit
Inherited Members

Properties

Range

The range of the style text in the enclosing stylesheet.

[JsonPropertyName("range")]
public SourceRange Range { get; set; }

Property Value

SourceRange

StyleSheetId

The css style sheet identifier.

[JsonPropertyName("styleSheetId")]
public string StyleSheetId { get; set; }

Property Value

string

Text

New style text.

[JsonPropertyName("text")]
public string Text { get; set; }

Property Value

string