Table of Contents

Class RequestMemoryDumpCommandSettings

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

RequestMemoryDump

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

Gets or sets the deterministic

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

Property Value

bool?

LevelOfDetail

Gets or sets the levelOfDetail

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

Property Value

MemoryDumpLevelOfDetail?