Table of Contents

Class GetDOMCountersForLeakDetectionCommandResponse

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

Response for Retruns DOM object counters after preparing renderer for leak detection.

public sealed class GetDOMCountersForLeakDetectionCommandResponse : ICommandResponse<GetDOMCountersForLeakDetectionCommandSettings>, ICommandResponse
Inheritance
GetDOMCountersForLeakDetectionCommandResponse
Implements
Inherited Members
Extension Methods

Properties

Counters

DOM object counters.

[JsonPropertyName("counters")]
public DOMCounter[] Counters { get; set; }

Property Value

DOMCounter[]