Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Table of Contents

Class GetDOMCountersForLeakDetectionCommandResponse

Namespace
OpenQA.Selenium.DevTools.V136.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[]