Table of Contents

Class StartTrackingHeapObjectsCommandSettings

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

StartTrackingHeapObjects

public sealed class StartTrackingHeapObjectsCommandSettings : ICommand
Inheritance
StartTrackingHeapObjectsCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

TrackAllocations

Gets or sets the trackAllocations

[JsonPropertyName("trackAllocations")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? TrackAllocations { get; set; }

Property Value

bool?