Table of Contents

Class SetOverrideCertificateErrorsCommandSettings

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

SetOverrideCertificateErrors

public sealed class SetOverrideCertificateErrorsCommandSettings : ICommand
Inheritance
SetOverrideCertificateErrorsCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

Override

Gets or sets the override

[JsonPropertyName("override")]
public bool Override { get; set; }

Property Value

bool