Uses of Enum Class
org.openqa.selenium.devtools.v141.security.model.SafetyTipStatus
Packages that use SafetyTipStatus
-
Uses of SafetyTipStatus in org.openqa.selenium.devtools.v141.security.model
Methods in org.openqa.selenium.devtools.v141.security.model that return SafetyTipStatusModifier and TypeMethodDescriptionstatic SafetyTipStatusSafetyTipStatus.fromString(String s) SafetyTipInfo.getSafetyTipStatus()Describes whether the page triggers any safety tips or reputation warnings.static SafetyTipStatusReturns the enum constant of this class with the specified name.static SafetyTipStatus[]SafetyTipStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.openqa.selenium.devtools.v141.security.model with parameters of type SafetyTipStatusModifierConstructorDescriptionSafetyTipInfo(SafetyTipStatus safetyTipStatus, Optional<String> safeUrl)