Table of Contents

Enum MemoryDumpLevelOfDetail

Namespace
Selenium.WebDriver.BiDi.Cdp.Tracing
Assembly
Selenium.WebDriver.BiDi.Cdp.dll

Details exposed when memory request explicitly declared. Keep consistent with memory_dump_request_args.h and memory_instrumentation.mojom

[JsonConverter(typeof(JsonStringEnumConverter<MemoryDumpLevelOfDetail>))]
public enum MemoryDumpLevelOfDetail

Fields

Background = 0
Detailed = 2
Light = 1