Uses of Class
com.crowdar.core.pageObjects.LocatorTypesEnum
-
Packages that use LocatorTypesEnum Package Description com.crowdar.core.pageObjects -
-
Uses of LocatorTypesEnum in com.crowdar.core.pageObjects
Methods in com.crowdar.core.pageObjects that return LocatorTypesEnum Modifier and Type Method Description static LocatorTypesEnumLocatorTypesEnum. get(java.lang.String key)static LocatorTypesEnumLocatorTypesEnum. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static LocatorTypesEnum[]LocatorTypesEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.
-