Table of Contents

Class GenerateTestReportCommandSettings

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

Generates a report for testing.

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

Specifies the endpoint group to deliver the report to.

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

Property Value

string

Message

Message to be displayed in the report.

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

Property Value

string