Table of Contents

Class AddHeapSnapshotChunkEventArgs

Namespace
OpenQA.Selenium.DevTools.V132.HeapProfiler
Assembly
WebDriver.dll

AddHeapSnapshotChunk

public sealed class AddHeapSnapshotChunkEventArgs : EventArgs
Inheritance
AddHeapSnapshotChunkEventArgs
Inherited Members

Properties

Chunk

Gets or sets the chunk

[JsonPropertyName("chunk")]
public string Chunk { get; set; }

Property Value

string