Table of Contents

Class AddRuleCommandSettings

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

AddRule

public sealed class AddRuleCommandSettings : ICommand
Inheritance
AddRuleCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

Location

Gets or sets the location

[JsonPropertyName("location")]
public SourceRange Location { get; set; }

Property Value

SourceRange

NodeForPropertySyntaxValidation

Gets or sets the nodeForPropertySyntaxValidation

[JsonPropertyName("nodeForPropertySyntaxValidation")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? NodeForPropertySyntaxValidation { get; set; }

Property Value

long?

RuleText

Gets or sets the ruleText

[JsonPropertyName("ruleText")]
public string RuleText { get; set; }

Property Value

string

StyleSheetId

Gets or sets the styleSheetId

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

Property Value

string