Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Table of Contents

Class ResolvedBreakpoint

Namespace
OpenQA.Selenium.DevTools.V136.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