Class SetSkipAllPausesCommandSettings
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
Skip
New value for skip pauses state.
[JsonPropertyName("skip")]
public bool Skip { get; set; }