Table of Contents

Class GetBrowserSamplingProfileCommandResponse

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

Response for GetBrowserSamplingProfile

public sealed class GetBrowserSamplingProfileCommandResponse : ICommandResponse<GetBrowserSamplingProfileCommandSettings>, ICommandResponse
Inheritance
GetBrowserSamplingProfileCommandResponse
Implements
Inherited Members
Extension Methods

Properties

Profile

Gets or sets the profile

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

Property Value

SamplingProfile