Table of Contents

Class GetAttributesResult

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

Constructors

GetAttributesResult(ImmutableArray<string>)

public GetAttributesResult(ImmutableArray<string> Attributes)

Parameters

Attributes ImmutableArray<string>

An interleaved array of node attribute names and values.

Properties

Attributes

An interleaved array of node attribute names and values.

public ImmutableArray<string> Attributes { get; init; }

Property Value

ImmutableArray<string>