Uses of Class
org.openqa.selenium.devtools.v109.security.model.CertificateErrorAction
-
Packages that use CertificateErrorAction Package Description org.openqa.selenium.devtools.v109.security org.openqa.selenium.devtools.v109.security.model -
-
Uses of CertificateErrorAction in org.openqa.selenium.devtools.v109.security
Methods in org.openqa.selenium.devtools.v109.security with parameters of type CertificateErrorAction Modifier and Type Method Description static org.openqa.selenium.devtools.Command<java.lang.Void>Security. handleCertificateError(java.lang.Integer eventId, CertificateErrorAction action)Deprecated. -
Uses of CertificateErrorAction in org.openqa.selenium.devtools.v109.security.model
Methods in org.openqa.selenium.devtools.v109.security.model that return CertificateErrorAction Modifier and Type Method Description static CertificateErrorActionCertificateErrorAction. fromString(java.lang.String s)static CertificateErrorActionCertificateErrorAction. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CertificateErrorAction[]CertificateErrorAction. values()Returns an array containing the constants of this enum type, in the order they are declared.
-