Table of Contents

Class DOMCounter

Namespace
OpenQA.Selenium.DevTools.V146.Memory
Assembly
Selenium.WebDriver.dll

DOM object counter data.

public sealed class DOMCounter
Inheritance
DOMCounter
Inherited Members

Properties

Count

Object count.

[JsonPropertyName("count")]
public long Count { get; set; }

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.

[JsonPropertyName("name")]
public string Name { get; set; }

Property Value

string