Table of Contents

Class SetBreakOnCSPViolationCommandSettings

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

SetBreakOnCSPViolation

public sealed class SetBreakOnCSPViolationCommandSettings : ICommand
Inheritance
SetBreakOnCSPViolationCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

ViolationTypes

Gets or sets the violationTypes

[JsonPropertyName("violationTypes")]
public CSPViolationType[] ViolationTypes { get; set; }

Property Value

CSPViolationType[]