Table of Contents

Class GetPropertiesResult

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

Constructors

GetPropertiesResult(ImmutableArray<PropertyDescriptor>, ImmutableArray<InternalPropertyDescriptor>?, ImmutableArray<PrivatePropertyDescriptor>?, ExceptionDetails?)

public GetPropertiesResult(ImmutableArray<PropertyDescriptor> Result, ImmutableArray<InternalPropertyDescriptor>? InternalProperties, ImmutableArray<PrivatePropertyDescriptor>? PrivateProperties, ExceptionDetails? ExceptionDetails)

Parameters

Result ImmutableArray<PropertyDescriptor>

Object properties.

InternalProperties ImmutableArray<InternalPropertyDescriptor>?

Internal object properties (only of the element itself).

PrivateProperties ImmutableArray<PrivatePropertyDescriptor>?

Object private properties.

ExceptionDetails ExceptionDetails

Exception details.

Properties

ExceptionDetails

Exception details.

public ExceptionDetails? ExceptionDetails { get; init; }

Property Value

ExceptionDetails

InternalProperties

Internal object properties (only of the element itself).

public ImmutableArray<InternalPropertyDescriptor>? InternalProperties { get; init; }

Property Value

ImmutableArray<InternalPropertyDescriptor>?

PrivateProperties

Object private properties.

public ImmutableArray<PrivatePropertyDescriptor>? PrivateProperties { get; init; }

Property Value

ImmutableArray<PrivatePropertyDescriptor>?

Result

Object properties.

public ImmutableArray<PropertyDescriptor> Result { get; init; }

Property Value

ImmutableArray<PropertyDescriptor>