Table of Contents

Class GetSamplingProfileCommandResponse

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

Response for Retrieve native memory allocations profile collected since last startSampling call.

public sealed class GetSamplingProfileCommandResponse : ICommandResponse<GetSamplingProfileCommandSettings>, ICommandResponse
Inheritance
GetSamplingProfileCommandResponse
Implements
Inherited Members
Extension Methods

Properties

Profile

Gets or sets the profile

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

Property Value

SamplingProfile