Table of Contents

Class RuleMatch

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

RuleMatch

public sealed class RuleMatch
Inheritance
RuleMatch
Inherited Members

Properties

MatchingSelectors

matchingSelectors

[JsonPropertyName("matchingSelectors")]
public long[] MatchingSelectors { get; set; }

Property Value

long[]

Rule

rule

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

Property Value

CSSRule