Table of Contents

Class SetRuleSelectorCommandSettings

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

SetRuleSelector

public sealed class SetRuleSelectorCommandSettings : ICommand
Inheritance
SetRuleSelectorCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

Range

Gets or sets the range

[JsonPropertyName("range")]
public SourceRange Range { get; set; }

Property Value

SourceRange

Selector

Gets or sets the selector

[JsonPropertyName("selector")]
public string Selector { get; set; }

Property Value

string

StyleSheetId

Gets or sets the styleSheetId

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

Property Value

string