Table of Contents

Class GetHeapObjectIdCommandResponse

Namespace
OpenQA.Selenium.DevTools.V85.HeapProfiler
Assembly
WebDriver.dll

Response for GetHeapObjectId

public sealed class GetHeapObjectIdCommandResponse : ICommandResponse<GetHeapObjectIdCommandSettings>, ICommandResponse
Inheritance
GetHeapObjectIdCommandResponse
Implements
Inherited Members
Extension Methods

Properties

HeapSnapshotObjectId

Gets or sets the heapSnapshotObjectId

[JsonPropertyName("heapSnapshotObjectId")]
public string HeapSnapshotObjectId { get; set; }

Property Value

string