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