Table of Contents

Class AddRuleCommandResponse

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

Response for Inserts a new rule with the given ruleText in a stylesheet with given styleSheetId, at the position specified by location.

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

Properties

Rule

The newly created rule.

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

Property Value

CSSRule