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

Class BreakpointResolvedEventArgs

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

BreakpointResolved

public sealed class BreakpointResolvedEventArgs : EventArgs
Inheritance
BreakpointResolvedEventArgs
Inherited Members

Properties

BreakpointId

Gets or sets the breakpointId

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

Property Value

string

Location

Gets or sets the location

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

Property Value

Location