Table of Contents

Class SetPausedInDebuggerMessageCommandSettings

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

SetPausedInDebuggerMessage

public sealed class SetPausedInDebuggerMessageCommandSettings : ICommand
Inheritance
SetPausedInDebuggerMessageCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

Message

Gets or sets the message

[JsonPropertyName("message")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string Message { get; set; }

Property Value

string