Table of Contents

Class AddRuleCommandResponse

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

Response for AddRule

public sealed class AddRuleCommandResponse : ICommandResponse<AddRuleCommandSettings>, ICommandResponse
Inheritance
AddRuleCommandResponse
Implements
Inherited Members
Extension Methods

Properties

Rule

Gets or sets the rule

[JsonPropertyName("rule")]
public CSSRule Rule { get; set; }

Property Value

CSSRule