Table of Contents

Class SetRuleSelectorCommandResponse

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

Response for Modifies the rule selector.

public sealed class SetRuleSelectorCommandResponse : ICommandResponse<SetRuleSelectorCommandSettings>, ICommandResponse
Inheritance
SetRuleSelectorCommandResponse
Implements
Inherited Members
Extension Methods

Properties

SelectorList

The resulting selector list after modification.

[JsonPropertyName("selectorList")]
public SelectorList SelectorList { get; set; }

Property Value

SelectorList