Class RareBooleanData
- Namespace
- Selenium.WebDriver.BiDi.Cdp.DOMSnapshot
- Assembly
- Selenium.WebDriver.BiDi.Cdp.dll
public sealed record RareBooleanData : IEquatable<RareBooleanData>
- Inheritance
-
RareBooleanData
- Implements
- Inherited Members
Constructors
RareBooleanData(ImmutableArray<long>)
public RareBooleanData(ImmutableArray<long> Index)
Parameters
IndexImmutableArray<long>
Properties
Index
public ImmutableArray<long> Index { get; init; }