Table of Contents

Class SetInstrumentationBreakpointCommandResponse

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

Response for Sets instrumentation breakpoint.

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

Properties

BreakpointId

Id of the created breakpoint for further reference.

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

Property Value

string