Table of Contents

Class GetObjectByHeapObjectIdCommandSettings

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

GetObjectByHeapObjectId

public sealed class GetObjectByHeapObjectIdCommandSettings : ICommand
Inheritance
GetObjectByHeapObjectIdCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

ObjectGroup

Symbolic group name that can be used to release multiple objects.

[JsonPropertyName("objectGroup")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? ObjectGroup { get; set; }

Property Value

string

ObjectId

Gets or sets the objectId

[JsonPropertyName("objectId")]
public string ObjectId { get; set; }

Property Value

string