Table of Contents

Class SetOverrideCertificateErrorsCommandSettings

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

Enable/disable overriding certificate errors. If enabled, all certificate error events need to be handled by the DevTools client and should be answered with handleCertificateError commands.

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

If true, certificate errors will be overridden.

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

Property Value

bool