Table of Contents

Class SetEffectivePropertyValueForNodeCommandSettings

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

Find a rule with the given active property for the given node and set the new value for this property

public sealed class SetEffectivePropertyValueForNodeCommandSettings : ICommand
Inheritance
SetEffectivePropertyValueForNodeCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

NodeId

The element id for which to set property.

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

Property Value

long

PropertyName

Gets or sets the propertyName

[JsonPropertyName("propertyName")]
public string PropertyName { get; set; }

Property Value

string

Value

Gets or sets the value

[JsonPropertyName("value")]
public string Value { get; set; }

Property Value

string