Table of Contents

Class SetBreakpointCommandResponse

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

Response for Sets JavaScript breakpoint at a given location.

public sealed class SetBreakpointCommandResponse : ICommandResponse<SetBreakpointCommandSettings>, ICommandResponse
Inheritance
SetBreakpointCommandResponse
Implements
Inherited Members
Extension Methods

Properties

ActualLocation

Location this breakpoint resolved into.

[JsonPropertyName("actualLocation")]
public Location ActualLocation { get; set; }

Property Value

Location

BreakpointId

Id of the created breakpoint for further reference.

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

Property Value

string