Table of Contents

Class SetInstrumentationBreakpointCommandResponse

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

Response for SetInstrumentationBreakpoint

public sealed class SetInstrumentationBreakpointCommandResponse : ICommandResponse<SetInstrumentationBreakpointCommandSettings>, ICommandResponse
Inheritance
SetInstrumentationBreakpointCommandResponse
Implements
Inherited Members
Extension Methods

Properties

BreakpointId

Gets or sets the breakpointId

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

Property Value

string