Table of Contents

Class StopTrackingHeapObjectsCommandSettings

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

StopTrackingHeapObjects

public sealed class StopTrackingHeapObjectsCommandSettings : ICommand
Inheritance
StopTrackingHeapObjectsCommandSettings
Implements
Inherited Members

Properties

CaptureNumericValue

Gets or sets the captureNumericValue

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

Property Value

bool?

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

ExposeInternals

Gets or sets the exposeInternals

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

Property Value

bool?

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?