Table of Contents

Class RequestMemoryDumpCommandResponse

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

Response for Request a global memory dump.

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

Properties

DumpGuid

GUID of the resulting global memory dump.

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

Property Value

string

Success

True iff the global memory dump succeeded.

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

Property Value

bool