Table of Contents

Class RequestMemoryDumpCommandSettings

Namespace
OpenQA.Selenium.DevTools.V147.Tracing
Assembly
Selenium.WebDriver.dll

Request a global memory dump.

public sealed class RequestMemoryDumpCommandSettings : ICommand
Inheritance
RequestMemoryDumpCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

Deterministic

Enables more deterministic results by forcing garbage collection

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

Property Value

bool?

LevelOfDetail

Specifies level of details in memory dump. Defaults to "detailed".

[JsonPropertyName("levelOfDetail")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public MemoryDumpLevelOfDetail? LevelOfDetail { get; set; }

Property Value

MemoryDumpLevelOfDetail?