Uses of Class
com.adobe.cq.testing.selenium.pagewidgets.coral.VariantAccessor.VariantType
-
Packages that use VariantAccessor.VariantType Package Description com.adobe.cq.testing.selenium.pagewidgets.coral -
-
Uses of VariantAccessor.VariantType in com.adobe.cq.testing.selenium.pagewidgets.coral
Methods in com.adobe.cq.testing.selenium.pagewidgets.coral that return VariantAccessor.VariantType Modifier and Type Method Description static VariantAccessor.VariantTypeVariantAccessor.VariantType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static VariantAccessor.VariantType[]VariantAccessor.VariantType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adobe.cq.testing.selenium.pagewidgets.coral with parameters of type VariantAccessor.VariantType Modifier and Type Method Description com.codeborne.selenide.SelenideElementDialog. button(VariantAccessor.VariantType variantType)voidVariantAccessor. clickVariant(VariantAccessor.VariantType variantType)com.codeborne.selenide.SelenideElementVariantAccessor. find(VariantAccessor.VariantType variantType)com.codeborne.selenide.ElementsCollectionVariantAccessor. findAll(VariantAccessor.VariantType variantType)com.codeborne.selenide.ElementsCollectionVariantAccessor. findAll(VariantAccessor.VariantType variantType, java.lang.String tag)booleanVariantAccessor. isVariant(VariantAccessor.VariantType variantType)
-