Table of Contents

Class SetBreakpointsActiveCommandSettings

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

Activates / deactivates all breakpoints on the page.

public sealed class SetBreakpointsActiveCommandSettings : ICommand
Inheritance
SetBreakpointsActiveCommandSettings
Implements
Inherited Members

Properties

Active

New value for breakpoints active state.

[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