Table of Contents

Class SetBreakpointsActiveCommandSettings

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

SetBreakpointsActive

public sealed class SetBreakpointsActiveCommandSettings : ICommand
Inheritance
SetBreakpointsActiveCommandSettings
Implements
Inherited Members

Properties

Active

Gets or sets the active

[JsonPropertyName("active")]
public bool Active { get; set; }

Property Value

bool

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string