Table of Contents

Class BreakpointResolvedEventArgs

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

Fired when breakpoint is resolved to an actual script and location. Deprecated in favor of resolvedBreakpoints in the scriptParsed event.

public sealed class BreakpointResolvedEventArgs : EventArgs
Inheritance
BreakpointResolvedEventArgs
Inherited Members

Properties

BreakpointId

Breakpoint unique identifier.

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

Property Value

string

Location

Actual breakpoint location.

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

Property Value

Location