Table of Contents

Class TakeComputedStyleUpdatesResult

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

Constructors

TakeComputedStyleUpdatesResult(ImmutableArray<NodeId>)

public TakeComputedStyleUpdatesResult(ImmutableArray<NodeId> NodeIds)

Parameters

NodeIds ImmutableArray<NodeId>

The list of node Ids that have their tracked computed styles updated.

Properties

NodeIds

The list of node Ids that have their tracked computed styles updated.

public ImmutableArray<NodeId> NodeIds { get; init; }

Property Value

ImmutableArray<NodeId>