Table of Contents

Class CSSFunctionNode

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

Section of the body of a CSS function rule.

public sealed class CSSFunctionNode
Inheritance
CSSFunctionNode
Inherited Members

Properties

Condition

A conditional block. If set, style should not be set.

[JsonPropertyName("condition")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public CSSFunctionConditionNode? Condition { get; set; }

Property Value

CSSFunctionConditionNode

Style

Values set by this node. If set, condition should not be set.

[JsonPropertyName("style")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public CSSStyle? Style { get; set; }

Property Value

CSSStyle