Table of Contents

Class GenerateTestReportCommandSettings

Namespace
OpenQA.Selenium.DevTools.V131.Page
Assembly
WebDriver.dll

GenerateTestReport

public sealed class GenerateTestReportCommandSettings : ICommand
Inheritance
GenerateTestReportCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

Group

Gets or sets the group

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

Property Value

string

Message

Gets or sets the message

[JsonPropertyName("message")]
public string Message { get; set; }

Property Value

string