Table of Contents

Class SetSkipAllPausesCommandSettings

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

Makes page not interrupt on any pauses (breakpoint, exception, dom exception etc).

public sealed class SetSkipAllPausesCommandSettings : ICommand
Inheritance
SetSkipAllPausesCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

Skip

New value for skip pauses state.

[JsonPropertyName("skip")]
public bool Skip { get; set; }

Property Value

bool