Table of Contents

Class CSSFunctionRule

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

CSSFunctionRule

public sealed class CSSFunctionRule
Inheritance
CSSFunctionRule
Inherited Members

Properties

Children

children

[JsonPropertyName("children")]
public CSSFunctionNode[] Children { get; set; }

Property Value

CSSFunctionNode[]

Name

name

[JsonPropertyName("name")]
public Value Name { get; set; }

Property Value

Value

Origin

origin

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

Property Value

StyleSheetOrigin

Parameters

parameters

[JsonPropertyName("parameters")]
public CSSFunctionParameter[] Parameters { get; set; }

Property Value

CSSFunctionParameter[]

StyleSheetId

styleSheetId

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

Property Value

string