Table of Contents

Class SetBreakpointOnFunctionCallCommandResponse

Namespace
OpenQA.Selenium.DevTools.V85.Debugger
Assembly
WebDriver.dll

Response for SetBreakpointOnFunctionCall

public sealed class SetBreakpointOnFunctionCallCommandResponse : ICommandResponse<SetBreakpointOnFunctionCallCommandSettings>, ICommandResponse
Inheritance
SetBreakpointOnFunctionCallCommandResponse
Implements
Inherited Members
Extension Methods

Properties

BreakpointId

Gets or sets the breakpointId

[JsonPropertyName("breakpointId")]
public string BreakpointId { get; set; }

Property Value

string