Table of Contents

Class SetBreakpointResult

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

Constructors

SetBreakpointResult(BreakpointId, Location)

public SetBreakpointResult(BreakpointId BreakpointId, Location ActualLocation)

Parameters

BreakpointId BreakpointId

Id of the created breakpoint for further reference.

ActualLocation Location

Location this breakpoint resolved into.

Properties

ActualLocation

Location this breakpoint resolved into.

public Location ActualLocation { get; init; }

Property Value

Location

BreakpointId

Id of the created breakpoint for further reference.

public BreakpointId BreakpointId { get; init; }

Property Value

BreakpointId