Class SetBreakOnCSPViolationCommandSettings
- Namespace
- OpenQA.Selenium.DevTools.V146.DOMDebugger
- Assembly
- Selenium.WebDriver.dll
Sets breakpoint on particular CSP violations.
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
ViolationTypes
CSP Violations to stop upon.
[JsonPropertyName("violationTypes")]
public CSPViolationType[] ViolationTypes { get; set; }