Table of Contents

Class GetPossibleBreakpointsCommandResponse

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

Response for Returns possible locations for breakpoint. scriptId in start and end range locations should be the same.

public sealed class GetPossibleBreakpointsCommandResponse : ICommandResponse<GetPossibleBreakpointsCommandSettings>, ICommandResponse
Inheritance
GetPossibleBreakpointsCommandResponse
Implements
Inherited Members
Extension Methods

Properties

Locations

List of the possible breakpoint locations.

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

Property Value

BreakLocation[]