Table of Contents

Class ResolvedBreakpoint

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

ResolvedBreakpoint

public sealed class ResolvedBreakpoint
Inheritance
ResolvedBreakpoint
Inherited Members

Properties

BreakpointId

breakpointId

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

Property Value

string

Location

location

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

Property Value

Location