Uses of Class
com.adobe.cq.testing.selenium.pagewidgets.coral.Dialog
-
-
Uses of Dialog in com.adobe.cq.testing.selenium.pageobject.cq.sites
Methods in com.adobe.cq.testing.selenium.pageobject.cq.sites that return Dialog Modifier and Type Method Description DialogCreateLiveCopyWizard. confirmDialog()DialogCreateSiteWizard. confirmDialog()DialogCreateWorkflowWizard.CreateWorkflowActions. removeSelection()Click on Remove Selection button and wait for the dialog. -
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. clickQuietAction()Click on quietaction 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 classIncludeChildrenDialogstatic classIncludeChildrenDialog.NoChildrenWarningDialogclassInsertComponentDialogclassPolicyDialogclassRichTextDialogclassRolloutDialogclassTimewarpDialogMethods 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() -
Uses of Dialog in com.adobe.cq.testing.selenium.pagewidgets.cq.sites
Methods in com.adobe.cq.testing.selenium.pagewidgets.cq.sites that return Dialog Modifier and Type Method Description DialogCreatePageWizard. confirmDialog() -
Uses of Dialog in com.adobe.cq.testing.selenium.pagewidgets.cq.tabs
Subclasses of Dialog in com.adobe.cq.testing.selenium.pagewidgets.cq.tabs Modifier and Type Class Description classPermissionsTab.AddPermissionsDialogclassPermissionsTab.EditCUGDialogclassPermissionsTab.EditPermissionDialogclassPermissionsTab.EffectivePermissionDialogMethods in com.adobe.cq.testing.selenium.pagewidgets.cq.tabs that return Dialog Modifier and Type Method Description DialogLiveCopyTab. detach()DialogLiveCopyTab. reset()Returns reset dialogDialogLiveCopyTab. resume()DialogLiveCopyTab. suspendWithChildren()DialogLiveCopyTab. suspendWithoutChild()DialogLiveCopyTab. synchronize()Returns synchronize dialog -
Uses of Dialog in com.adobe.cq.testing.selenium.pagewidgets.granite
Subclasses of Dialog in com.adobe.cq.testing.selenium.pagewidgets.granite Modifier and Type Class Description classPickerHelper to manage the picker overlay.
-