Table of Contents

Class GetComputedStyleForNodeResult

Namespace
Selenium.WebDriver.BiDi.Cdp.CSS
Assembly
Selenium.WebDriver.BiDi.Cdp.dll
public sealed record GetComputedStyleForNodeResult : EmptyResult, IEquatable<EmptyResult>, IEquatable<GetComputedStyleForNodeResult>
Inheritance
EmptyResult
GetComputedStyleForNodeResult
Implements
IEquatable<EmptyResult>
Inherited Members
EmptyResult.ToString()
EmptyResult.GetHashCode()
EmptyResult.Equals(EmptyResult)
EmptyResult.<Clone>$()
EmptyResult.AdditionalData
EmptyResult.AdditionalMessageData

Constructors

GetComputedStyleForNodeResult(ImmutableArray<CSSComputedStyleProperty>, ComputedStyleExtraFields)

public GetComputedStyleForNodeResult(ImmutableArray<CSSComputedStyleProperty> ComputedStyle, ComputedStyleExtraFields ExtraFields)

Parameters

ComputedStyle ImmutableArray<CSSComputedStyleProperty>

Computed style for the specified DOM node.

ExtraFields ComputedStyleExtraFields

A list of non-standard "extra fields" which blink stores alongside each computed style.

Properties

ComputedStyle

Computed style for the specified DOM node.

public ImmutableArray<CSSComputedStyleProperty> ComputedStyle { get; init; }

Property Value

ImmutableArray<CSSComputedStyleProperty>

ExtraFields

A list of non-standard "extra fields" which blink stores alongside each computed style.

public ComputedStyleExtraFields ExtraFields { get; init; }

Property Value

ComputedStyleExtraFields