Table of Contents

Class SetPausedInDebuggerMessageCommandSettings

Namespace
OpenQA.Selenium.DevTools.V147.Overlay
Assembly
Selenium.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

The message to display, also triggers resume and step over controls.

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

Property Value

string