Table of Contents

Class AddInspectedHeapObjectCommandSettings

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

AddInspectedHeapObject

public sealed class AddInspectedHeapObjectCommandSettings : ICommand
Inheritance
AddInspectedHeapObjectCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

HeapObjectId

Gets or sets the heapObjectId

[JsonPropertyName("heapObjectId")]
public string HeapObjectId { get; set; }

Property Value

string