Uses of Class
com.applitools.eyes.AccessibilityLevel
-
Packages that use AccessibilityLevel Package Description com.applitools.eyes -
-
Uses of AccessibilityLevel in com.applitools.eyes
Methods in com.applitools.eyes that return AccessibilityLevel Modifier and Type Method Description static AccessibilityLevelAccessibilityLevel. fromName(String value)AccessibilityLevelAccessibilitySettings. getLevel()AccessibilityLevelSessionAccessibilityStatus. getLevel()static AccessibilityLevelAccessibilityLevel. valueOf(String name)Returns the enum constant of this type with the specified name.static AccessibilityLevel[]AccessibilityLevel. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.applitools.eyes with parameters of type AccessibilityLevel Constructor Description AccessibilitySettings(AccessibilityLevel level, AccessibilityGuidelinesVersion guidelinesVersion)
-