Table of Contents

Class StopSamplingCommandResponse

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

Response for StopSampling

public sealed class StopSamplingCommandResponse : ICommandResponse<StopSamplingCommandSettings>, ICommandResponse
Inheritance
StopSamplingCommandResponse
Implements
Inherited Members
Extension Methods

Properties

Profile

Recorded sampling heap profile.

[JsonPropertyName("profile")]
public SamplingHeapProfile Profile { get; set; }

Property Value

SamplingHeapProfile