Class CertificateError
- java.lang.Object
-
- org.openqa.selenium.devtools.security.model.CertificateError
-
@Deprecated public class CertificateError extends java.lang.ObjectDeprecated.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 Summary
Constructors Constructor Description CertificateError(java.lang.Integer eventId, java.lang.String errorType, java.lang.String requestURL)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.lang.StringgetErrorType()Deprecated.The type of the error.java.lang.IntegergetEventId()Deprecated.The ID of the event.java.lang.StringgetRequestURL()Deprecated.The url that was requested.
-