Table of Contents

Class GetPropertiesCommandSettings

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

GetProperties

public sealed class GetPropertiesCommandSettings : ICommand
Inheritance
GetPropertiesCommandSettings
Implements
Inherited Members

Properties

AccessorPropertiesOnly

Gets or sets the accessorPropertiesOnly

[JsonPropertyName("accessorPropertiesOnly")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? AccessorPropertiesOnly { get; set; }

Property Value

bool?

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

GeneratePreview

Gets or sets the generatePreview

[JsonPropertyName("generatePreview")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? GeneratePreview { get; set; }

Property Value

bool?

NonIndexedPropertiesOnly

Gets or sets the nonIndexedPropertiesOnly

[JsonPropertyName("nonIndexedPropertiesOnly")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? NonIndexedPropertiesOnly { get; set; }

Property Value

bool?

ObjectId

Gets or sets the objectId

[JsonPropertyName("objectId")]
public string ObjectId { get; set; }

Property Value

string

OwnProperties

Gets or sets the ownProperties

[JsonPropertyName("ownProperties")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? OwnProperties { get; set; }

Property Value

bool?