Uses of Class
com.adobe.cq.testing.selenium.pagewidgets.coral.Dialog
-
Packages that use Dialog Package Description com.adobe.cq.testing.selenium.pagewidgets com.adobe.cq.testing.selenium.pagewidgets.coral com.adobe.cq.testing.selenium.pagewidgets.cq -
-
Uses of Dialog in com.adobe.cq.testing.selenium.pagewidgets
Methods in com.adobe.cq.testing.selenium.pagewidgets with type parameters of type Dialog Modifier and Type Method Description 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.static <T extends Dialog>
THelpers. clickDialogAction(com.codeborne.selenide.SelenideElement button, T dialog)Clicks on a button for which it's expected a dialog is opened and returns the dialog when opened. -
Uses of Dialog in com.adobe.cq.testing.selenium.pagewidgets.coral
Methods in com.adobe.cq.testing.selenium.pagewidgets.coral with type parameters of type Dialog Modifier and Type Method Description <T extends Dialog>
TDialog. clickDefault()Close this dialog with default action button.<T extends Dialog>
TDialog. clickPrimary()Click on primary action.<T extends Dialog>
TDialog. clickSecondary()Click on secondary action.<T extends Dialog>
TDialog. clickWarning()Click on warning action. -
Uses of Dialog in com.adobe.cq.testing.selenium.pagewidgets.cq
Subclasses of Dialog in com.adobe.cq.testing.selenium.pagewidgets.cq Modifier and Type Class Description classInsertComponentDialogclassPolicyDialogclassTimewarpDialogMethods in com.adobe.cq.testing.selenium.pagewidgets.cq that return Dialog Modifier and Type Method Description DialogEditableToolbar. clickConfigure()DialogEditableToolbar. clickDelete()DialogPolicyDialog. clickEditDesign()DialogEditableToolbar. clickLockStructure()DialogPageInfo. clickUnlockPageButton()DialogEditableToolbar. clickUnlockStructure()DialogPageInfo. clickUnpublishPageButton()
-