Class StartTrackingHeapObjectsCommandSettings
- Namespace
- OpenQA.Selenium.DevTools.V132.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
TrackAllocations
Gets or sets the trackAllocations
[JsonPropertyName("trackAllocations")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? TrackAllocations { get; set; }
Property Value
- bool?