Table of Contents

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

Index ImmutableArray<long>
Value ImmutableArray<StringIndex>

Properties

Index

public ImmutableArray<long> Index { get; init; }

Property Value

ImmutableArray<long>

Value

public ImmutableArray<StringIndex> Value { get; init; }

Property Value

ImmutableArray<StringIndex>