Table of Contents

Class SetBreakpointCommandResponse

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

Response for SetBreakpoint

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

Properties

ActualLocation

Gets or sets the actualLocation

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

Property Value

Location

BreakpointId

Gets or sets the breakpointId

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

Property Value

string