Class CertificateError

java.lang.Object
org.openqa.selenium.devtools.v85.security.model.CertificateError

@Deprecated public class CertificateError extends Object
Deprecated.
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.
  • Constructor Details

    • CertificateError

      public CertificateError(Integer eventId, String errorType, String requestURL)
      Deprecated.
  • Method Details

    • getEventId

      public Integer getEventId()
      Deprecated.
      The ID of the event.
    • getErrorType

      public String getErrorType()
      Deprecated.
      The type of the error.
    • getRequestURL

      public String getRequestURL()
      Deprecated.
      The url that was requested.