Table of Contents

Class StartViolationsReportCommandSettings

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

StartViolationsReport

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

Gets or sets the config

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

Property Value

ViolationSetting[]