Table of Contents

Class RequestMemoryDumpCommandSettings

Namespace
OpenQA.Selenium.DevTools.V85.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?