Uses of Class
com.adobe.cq.testing.selenium.pageobject.granite.ViewType
-
Packages that use ViewType Package Description com.adobe.cq.testing.selenium.pageobject.granite com.adobe.cq.testing.selenium.pagewidgets.granite -
-
Uses of ViewType in com.adobe.cq.testing.selenium.pageobject.granite
Methods in com.adobe.cq.testing.selenium.pageobject.granite that return ViewType Modifier and Type Method Description static ViewTypeViewType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ViewType[]ViewType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adobe.cq.testing.selenium.pageobject.granite with parameters of type ViewType Modifier and Type Method Description voidCollectionPage. setCurrentView(ViewType viewType)CollectionPageCollectionPage. switchToView(ViewType viewType) -
Uses of ViewType in com.adobe.cq.testing.selenium.pagewidgets.granite
Methods in com.adobe.cq.testing.selenium.pagewidgets.granite with parameters of type ViewType Modifier and Type Method Description PickerPicker. setViewType(ViewType viewType)booleanCollectionSwitcher. switchToView(ViewType viewType)Tries to switch the attached collection to the specified view.PickerPicker. switchToView(ViewType viewType)Constructors in com.adobe.cq.testing.selenium.pagewidgets.granite with parameters of type ViewType Constructor Description Picker(java.lang.String selector, ViewType viewType)Creates a picker that cannot switch between views.
-