Uses of Class
com.adobe.cq.testing.selenium.pagewidgets.common.ActionComponent
-
Packages that use ActionComponent Package Description com.adobe.cq.testing.selenium.pagewidgets com.adobe.cq.testing.selenium.pagewidgets.cq -
-
Uses of ActionComponent in com.adobe.cq.testing.selenium.pagewidgets
Methods in com.adobe.cq.testing.selenium.pagewidgets with parameters of type ActionComponent Modifier and Type Method Description static <T extends BaseComponent>
THelpers. clickBaseComponentAction(ActionComponent<T> actionComponent)Clicks (by execution ActionComponent#perform) on a ActionComponent (representing i.e.static <T extends Dialog>
THelpers. clickDialogAction(ActionComponent<T> button)Clicks (by execution ActionComponent#perform) on a ActionComponent (representing a button) for which it's expected a dialog is opened and returns the dialog when opened. -
Uses of ActionComponent in com.adobe.cq.testing.selenium.pagewidgets.cq
Subclasses of ActionComponent in com.adobe.cq.testing.selenium.pagewidgets.cq Modifier and Type Class Description classAutoCompleteField<V>
-