Table of Contents

Class SetBypassCSPCommandSettings

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

Enable page Content Security Policy by-passing.

public sealed class SetBypassCSPCommandSettings : ICommand
Inheritance
SetBypassCSPCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

Enabled

Whether to bypass page CSP.

[JsonPropertyName("enabled")]
public bool Enabled { get; set; }

Property Value

bool