Table of Contents

Class StartViolationsReportCommandSettings

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

start violation reporting.

public sealed class StartViolationsReportCommandSettings : ICommand
Inheritance
StartViolationsReportCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

Config

Configuration for violations.

[JsonPropertyName("config")]
public ViolationSetting[] Config { get; set; }

Property Value

ViolationSetting[]