Table of Contents

Class GetPossibleBreakpointsCommandResponse

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

Response for GetPossibleBreakpoints

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

Properties

Locations

Gets or sets the locations

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

Property Value

BreakLocation[]