Table of Contents

Enum CertificateErrorAction

Namespace
Selenium.WebDriver.BiDi.Cdp.Security
Assembly
Selenium.WebDriver.BiDi.Cdp.dll

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

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

Fields

Cancel = 1
Continue = 0