Table of Contents

Class SelectorList

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

Selector list data.

public sealed class SelectorList
Inheritance
SelectorList
Inherited Members

Properties

Selectors

Selectors in the list.

[JsonPropertyName("selectors")]
public Value[] Selectors { get; set; }

Property Value

Value[]

Text

Rule selector text.

[JsonPropertyName("text")]
public string Text { get; set; }

Property Value

string