Table of Contents

Enum CertificateErrorAction

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

The action to take when a certificate error occurs. continue will continue processing the request and cancel will cancel the request.

[JsonConverter(typeof(JsonEnumMemberConverter<CertificateErrorAction>))]
public enum CertificateErrorAction

Fields

[EnumMember(Value = "cancel")] Cancel = 1

Enumerated member for the cancel value.

[EnumMember(Value = "continue")] Continue = 0

Enumerated member for the continue value.