Table of Contents

Class ComputedStyleExtraFields

Namespace
Selenium.WebDriver.BiDi.Cdp.CSS
Assembly
Selenium.WebDriver.BiDi.Cdp.dll
public sealed record ComputedStyleExtraFields : IEquatable<ComputedStyleExtraFields>
Inheritance
ComputedStyleExtraFields
Implements
Inherited Members

Constructors

ComputedStyleExtraFields(bool)

public ComputedStyleExtraFields(bool IsAppearanceBase)

Parameters

IsAppearanceBase bool

Returns whether or not this node is being rendered with base appearance, which happens when it has its appearance property set to base/base-select or it is in the subtree of an element being rendered with base appearance.

Properties

IsAppearanceBase

Returns whether or not this node is being rendered with base appearance, which happens when it has its appearance property set to base/base-select or it is in the subtree of an element being rendered with base appearance.

public bool IsAppearanceBase { get; init; }

Property Value

bool