Table of Contents

Class GetPropertiesCommandResponse

Namespace
OpenQA.Selenium.DevTools.V132.Runtime
Assembly
WebDriver.dll

Response for GetProperties

public sealed class GetPropertiesCommandResponse : ICommandResponse<GetPropertiesCommandSettings>, ICommandResponse
Inheritance
GetPropertiesCommandResponse
Implements
Inherited Members
Extension Methods

Properties

ExceptionDetails

Gets or sets the exceptionDetails

[JsonPropertyName("exceptionDetails")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public ExceptionDetails ExceptionDetails { get; set; }

Property Value

ExceptionDetails

InternalProperties

Gets or sets the internalProperties

[JsonPropertyName("internalProperties")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public InternalPropertyDescriptor[] InternalProperties { get; set; }

Property Value

InternalPropertyDescriptor[]

PrivateProperties

Gets or sets the privateProperties

[JsonPropertyName("privateProperties")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public PrivatePropertyDescriptor[] PrivateProperties { get; set; }

Property Value

PrivatePropertyDescriptor[]

Result

Gets or sets the result

[JsonPropertyName("result")]
public PropertyDescriptor[] Result { get; set; }

Property Value

PropertyDescriptor[]