Class RareStringData
- Namespace
- Selenium.WebDriver.BiDi.Cdp.DOMSnapshot
- Assembly
- Selenium.WebDriver.BiDi.Cdp.dll
Index of the string in the strings table.
public sealed record RareStringData : IEquatable<RareStringData>
- Inheritance
-
RareStringData
- Implements
- Inherited Members
Constructors
RareStringData(ImmutableArray<long>, ImmutableArray<StringIndex>)
Index of the string in the strings table.
public RareStringData(ImmutableArray<long> Index, ImmutableArray<StringIndex> Value)
Parameters
IndexImmutableArray<long>ValueImmutableArray<StringIndex>
Properties
Index
public ImmutableArray<long> Index { get; init; }
Property Value
Value
public ImmutableArray<StringIndex> Value { get; init; }