Table of Contents

Class DOMCounter

Namespace
Selenium.WebDriver.BiDi.Cdp.Memory
Assembly
Selenium.WebDriver.BiDi.Cdp.dll

DOM object counter data.

public sealed record DOMCounter : IEquatable<DOMCounter>
Inheritance
DOMCounter
Implements
Inherited Members

Constructors

DOMCounter(string, long)

DOM object counter data.

public DOMCounter(string Name, long Count)

Parameters

Name string

Object name. Note: object names should be presumed volatile and clients should not expect the returned names to be consistent across runs.

Count long

Object count.

Properties

Count

Object count.

public long Count { get; init; }

Property Value

long

Name

Object name. Note: object names should be presumed volatile and clients should not expect the returned names to be consistent across runs.

public string Name { get; init; }

Property Value

string