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

Class SetBreakpointByUrlCommandResponse

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

Response for SetBreakpointByUrl

public sealed class SetBreakpointByUrlCommandResponse : ICommandResponse<SetBreakpointByUrlCommandSettings>, ICommandResponse
Inheritance
SetBreakpointByUrlCommandResponse
Implements
Inherited Members
Extension Methods

Properties

BreakpointId

Gets or sets the breakpointId

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

Property Value

string

Locations

Gets or sets the locations

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

Property Value

Location[]