Uses of Class
com.applitools.eyes.appium.ElementType
-
-
Uses of ElementType in com.applitools.eyes.appium
Methods in com.applitools.eyes.appium that return ElementType Modifier and Type Method Description ElementTypeAppiumCheckSettings. getCutElementType()static ElementTypeElementType. valueOf(String name)Returns the enum constant of this type with the specified name.static ElementType[]ElementType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.applitools.eyes.appium with parameters of type ElementType Modifier and Type Method Description AppiumCheckSettingsAppiumCheckSettings. cut(ElementType type, org.openqa.selenium.By selector)
-