Uses of Enum Class
com.shaft.validation.ValidationEnums.VisualValidationEngine
-
Uses of ValidationEnums.VisualValidationEngine in com.shaft.validation
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.ValidationEnums.VisualValidationEngine.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ValidationEnums.VisualValidationEngine in com.shaft.validation.internal
Modifier and TypeMethodDescriptionWebDriverElementValidationsBuilder.doesNotMatchReferenceImage
(ValidationEnums.VisualValidationEngine visualValidationEngine) Use this to check that the target element does not match a reference image.WebDriverElementValidationsBuilder.matchesReferenceImage
(ValidationEnums.VisualValidationEngine visualValidationEngine) Use this to check that the target element matches a reference image.