Table of Contents

Class SetInstrumentationBreakpointResult

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

Constructors

SetInstrumentationBreakpointResult(BreakpointId)

public SetInstrumentationBreakpointResult(BreakpointId BreakpointId)

Parameters

BreakpointId BreakpointId

Id of the created breakpoint for further reference.

Properties

BreakpointId

Id of the created breakpoint for further reference.

public BreakpointId BreakpointId { get; init; }

Property Value

BreakpointId