Table of Contents

Class CertificateErrorEventArgs

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

There is a certificate error. If overriding certificate errors is enabled, then it should be handled with the handleCertificateError command. Note: this event does not fire if the certificate error has been allowed internally. Only one client per target should override certificate errors at the same time.

public sealed class CertificateErrorEventArgs : EventArgs
Inheritance
CertificateErrorEventArgs
Inherited Members

Properties

ErrorType

The type of the error.

[JsonPropertyName("errorType")]
public string ErrorType { get; set; }

Property Value

string

EventId

The ID of the event.

[JsonPropertyName("eventId")]
public long EventId { get; set; }

Property Value

long

RequestURL

The url that was requested.

[JsonPropertyName("requestURL")]
public string RequestURL { get; set; }

Property Value

string