Table of Contents

Class GetPossibleBreakpointsCommandSettings

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

GetPossibleBreakpoints

public sealed class GetPossibleBreakpointsCommandSettings : ICommand
Inheritance
GetPossibleBreakpointsCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

End

Gets or sets the end

[JsonPropertyName("end")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public Location End { get; set; }

Property Value

Location

RestrictToFunction

Gets or sets the restrictToFunction

[JsonPropertyName("restrictToFunction")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? RestrictToFunction { get; set; }

Property Value

bool?

Start

Gets or sets the start

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

Property Value

Location