Table of Contents

Class CSSPropertyRule

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

CSSPropertyRule

public sealed class CSSPropertyRule
Inheritance
CSSPropertyRule
Inherited Members

Properties

Origin

origin

[JsonPropertyName("origin")]
public StyleSheetOrigin Origin { get; set; }

Property Value

StyleSheetOrigin

PropertyName

propertyName

[JsonPropertyName("propertyName")]
public Value PropertyName { get; set; }

Property Value

Value

Style

style

[JsonPropertyName("style")]
public CSSStyle Style { get; set; }

Property Value

CSSStyle

StyleSheetId

styleSheetId

[JsonPropertyName("styleSheetId")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string StyleSheetId { get; set; }

Property Value

string