Table of Contents

Class SetBreakpointByUrlResult

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

Constructors

SetBreakpointByUrlResult(BreakpointId, ImmutableArray<Location>)

public SetBreakpointByUrlResult(BreakpointId BreakpointId, ImmutableArray<Location> Locations)

Parameters

BreakpointId BreakpointId

Id of the created breakpoint for further reference.

Locations ImmutableArray<Location>

List of the locations this breakpoint resolved into upon addition.

Properties

BreakpointId

Id of the created breakpoint for further reference.

public BreakpointId BreakpointId { get; init; }

Property Value

BreakpointId

Locations

List of the locations this breakpoint resolved into upon addition.

public ImmutableArray<Location> Locations { get; init; }

Property Value

ImmutableArray<Location>