Table of Contents

Class RequestMemoryDumpCommandResponse

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

Response for RequestMemoryDump

public sealed class RequestMemoryDumpCommandResponse : ICommandResponse<RequestMemoryDumpCommandSettings>, ICommandResponse
Inheritance
RequestMemoryDumpCommandResponse
Implements
Inherited Members
Extension Methods

Properties

DumpGuid

Gets or sets the dumpGuid

[JsonPropertyName("dumpGuid")]
public string DumpGuid { get; set; }

Property Value

string

Success

Gets or sets the success

[JsonPropertyName("success")]
public bool Success { get; set; }

Property Value

bool