Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Table of Contents

Class AddRuleCommandResponse

Namespace
OpenQA.Selenium.DevTools.V137.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