Table of Contents

Class SetPauseOnExceptionsCommandSettings

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

Defines pause on exceptions state. Can be set to stop on all exceptions, uncaught exceptions, or caught exceptions, no exceptions. Initial pause on exceptions state is none.

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

Pause on exceptions mode.

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

Property Value

string