Table of Contents

Class GetPossibleBreakpointsResult

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

Constructors

GetPossibleBreakpointsResult(ImmutableArray<BreakLocation>)

public GetPossibleBreakpointsResult(ImmutableArray<BreakLocation> Locations)

Parameters

Locations ImmutableArray<BreakLocation>

List of the possible breakpoint locations.

Properties

Locations

List of the possible breakpoint locations.

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

Property Value

ImmutableArray<BreakLocation>