Table of Contents

Class ResolveValuesCommandSettings

Namespace
OpenQA.Selenium.DevTools.V135.CSS
Assembly
WebDriver.dll

ResolveValues

public sealed class ResolveValuesCommandSettings : ICommand
Inheritance
ResolveValuesCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

NodeId

Gets or sets the nodeId

[JsonPropertyName("nodeId")]
public long NodeId { get; set; }

Property Value

long

PropertyName

Gets or sets the propertyName

[JsonPropertyName("propertyName")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? PropertyName { get; set; }

Property Value

string

PseudoIdentifier

Gets or sets the pseudoIdentifier

[JsonPropertyName("pseudoIdentifier")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? PseudoIdentifier { get; set; }

Property Value

string

PseudoType

Gets or sets the pseudoType

[JsonPropertyName("pseudoType")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public PseudoType? PseudoType { get; set; }

Property Value

PseudoType?

Values

Gets or sets the values

[JsonPropertyName("values")]
public string[] Values { get; set; }

Property Value

string[]