Uses of Class
com.adobe.cq.testing.selenium.pagewidgets.cq.EnumRail
-
Packages that use EnumRail Package Description com.adobe.cq.testing.selenium.pageobject.granite com.adobe.cq.testing.selenium.pagewidgets.cq com.adobe.cq.testing.selenium.pagewidgets.granite -
-
Uses of EnumRail in com.adobe.cq.testing.selenium.pageobject.granite
Methods in com.adobe.cq.testing.selenium.pageobject.granite with parameters of type EnumRail Modifier and Type Method Description voidCollectionPage. openRail(EnumRail railtype)Opens the rail by using the name of the rail. -
Uses of EnumRail in com.adobe.cq.testing.selenium.pagewidgets.cq
Methods in com.adobe.cq.testing.selenium.pagewidgets.cq that return EnumRail Modifier and Type Method Description static EnumRailEnumRail. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static EnumRail[]EnumRail. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of EnumRail in com.adobe.cq.testing.selenium.pagewidgets.granite
Methods in com.adobe.cq.testing.selenium.pagewidgets.granite with parameters of type EnumRail Modifier and Type Method Description com.codeborne.selenide.SelenideElementRail. getPanelByName(EnumRail rail)Returns a panel based on the name.
-