Table of Contents

Class SetSkipAllPausesCommandSettings

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

SetSkipAllPauses

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

Gets or sets the skip

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

Property Value

bool