Table of Contents

Class CSSFunctionNode

Namespace
Selenium.WebDriver.BiDi.Cdp.CSS
Assembly
Selenium.WebDriver.BiDi.Cdp.dll

Section of the body of a CSS function rule.

public sealed record CSSFunctionNode : IEquatable<CSSFunctionNode>
Inheritance
CSSFunctionNode
Implements
Inherited Members

Constructors

CSSFunctionNode()

Section of the body of a CSS function rule.

public CSSFunctionNode()

Properties

Condition

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

public CSSFunctionConditionNode? Condition { get; init; }

Property Value

CSSFunctionConditionNode

Style

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

public CSSStyle? Style { get; init; }

Property Value

CSSStyle