Table of Contents

Class GetHeapObjectIdCommandResponse

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

Response for GetHeapObjectId

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

Properties

HeapSnapshotObjectId

Id of the heap snapshot object corresponding to the passed remote object id.

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

Property Value

string