Table of Contents

Class CSSStartingStyle

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

CSSStartingStyle

public sealed class CSSStartingStyle
Inheritance
CSSStartingStyle
Inherited Members

Properties

Range

range

[JsonPropertyName("range")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public SourceRange? Range { get; set; }

Property Value

SourceRange

StyleSheetId

styleSheetId

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

Property Value

string