Table of Contents

Class StopTrackingHeapObjectsCommandSettings

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

StopTrackingHeapObjects

public sealed class StopTrackingHeapObjectsCommandSettings : ICommand
Inheritance
StopTrackingHeapObjectsCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

ReportProgress

Gets or sets the reportProgress

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

Property Value

bool?

TreatGlobalObjectsAsRoots

Gets or sets the treatGlobalObjectsAsRoots

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

Property Value

bool?