Uses of Enum Class
org.openqa.selenium.devtools.v150.security.model.CertificateErrorAction
Packages that use CertificateErrorAction
Package
Description
-
Uses of CertificateErrorAction in org.openqa.selenium.devtools.v150.security
Methods in org.openqa.selenium.devtools.v150.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.v150.security.model
Subclasses with type arguments of type CertificateErrorAction in org.openqa.selenium.devtools.v150.security.modelModifier and TypeClassDescriptionenumThe action to take when a certificate error occurs.Methods in org.openqa.selenium.devtools.v150.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.