Table of Contents

Class SetPauseOnExceptionsCommandSettings

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

SetPauseOnExceptions

public sealed class SetPauseOnExceptionsCommandSettings : ICommand
Inheritance
SetPauseOnExceptionsCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

State

Gets or sets the state

[JsonPropertyName("state")]
public string State { get; set; }

Property Value

string