Table of Contents

Class GetDOMCountersForLeakDetectionCommandResponse

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

Response for GetDOMCountersForLeakDetection

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

Properties

Counters

Gets or sets the counters

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

Property Value

DOMCounter[]