Table of Contents

Class SetPropertyRulePropertyNameCommandSettings

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

SetPropertyRulePropertyName

public sealed class SetPropertyRulePropertyNameCommandSettings : ICommand
Inheritance
SetPropertyRulePropertyNameCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

PropertyName

Gets or sets the propertyName

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

Property Value

string

Range

Gets or sets the range

[JsonPropertyName("range")]
public SourceRange Range { get; set; }

Property Value

SourceRange

StyleSheetId

Gets or sets the styleSheetId

[JsonPropertyName("styleSheetId")]
public string StyleSheetId { get; set; }

Property Value

string