Table of Contents

Class ResumeCommandSettings

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

Resume

public sealed class ResumeCommandSettings : ICommand
Inheritance
ResumeCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

TerminateOnResume

Gets or sets the terminateOnResume

[JsonPropertyName("terminateOnResume")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? TerminateOnResume { get; set; }

Property Value

bool?