Table of Contents

Class StopResult

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

Constructors

StopResult(Profile)

public StopResult(Profile Profile)

Parameters

Profile Profile

Recorded profile.

Properties

Profile

Recorded profile.

public Profile Profile { get; init; }

Property Value

Profile