Table of Contents

Class GetBrowserSamplingProfileResult

Namespace
Selenium.WebDriver.BiDi.Cdp.Memory
Assembly
Selenium.WebDriver.BiDi.Cdp.dll
public sealed record GetBrowserSamplingProfileResult : EmptyResult, IEquatable<EmptyResult>, IEquatable<GetBrowserSamplingProfileResult>
Inheritance
EmptyResult
GetBrowserSamplingProfileResult
Implements
IEquatable<EmptyResult>
Inherited Members
EmptyResult.ToString()
EmptyResult.GetHashCode()
EmptyResult.Equals(EmptyResult)
EmptyResult.<Clone>$()
EmptyResult.AdditionalData
EmptyResult.AdditionalMessageData

Constructors

GetBrowserSamplingProfileResult(SamplingProfile)

public GetBrowserSamplingProfileResult(SamplingProfile Profile)

Parameters

Profile SamplingProfile

Properties

Profile

public SamplingProfile Profile { get; init; }

Property Value

SamplingProfile