Table of Contents

Class SetBreakpointOnFunctionCallResult

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

Constructors

SetBreakpointOnFunctionCallResult(BreakpointId)

public SetBreakpointOnFunctionCallResult(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