Table of Contents

Class GetHeapUsageCommandResponse

Namespace
OpenQA.Selenium.DevTools.V132.Runtime
Assembly
WebDriver.dll

Response for GetHeapUsage

public sealed class GetHeapUsageCommandResponse : ICommandResponse<GetHeapUsageCommandSettings>, ICommandResponse
Inheritance
GetHeapUsageCommandResponse
Implements
Inherited Members
Extension Methods

Properties

TotalSize

Gets or sets the totalSize

[JsonPropertyName("totalSize")]
public double TotalSize { get; set; }

Property Value

double

UsedSize

Gets or sets the usedSize

[JsonPropertyName("usedSize")]
public double UsedSize { get; set; }

Property Value

double