Table of Contents

Class SetIgnoreCertificateErrorsCommandSettings

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

Enable/disable whether all certificate errors should be ignored.

public sealed class SetIgnoreCertificateErrorsCommandSettings : ICommand
Inheritance
SetIgnoreCertificateErrorsCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

Ignore

If true, all certificate errors will be ignored.

[JsonPropertyName("ignore")]
public bool Ignore { get; set; }

Property Value

bool