Table of Contents

Class RuleMatch

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

Match data for a CSS rule.

public sealed class RuleMatch
Inheritance
RuleMatch
Inherited Members

Properties

MatchingSelectors

Matching selector indices in the rule's selectorList selectors (0-based).

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

Property Value

long[]

Rule

CSS rule in the match.

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

Property Value

CSSRule