Class SitesPage.SitesPageSmartActions
- java.lang.Object
-
- com.adobe.cq.testing.selenium.pageobject.cq.sites.SitesPage.SitesPageSmartActions
-
- Enclosing class:
- SitesPage
public static final class SitesPage.SitesPageSmartActions extends java.lang.ObjectCommon actions for Sites.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CoralAnchorListopenActionBarCreate()Open the action bar create action.CoralAnchorListopenActionBarRestore()Open the action bar restore action.CreateLiveCopyWizardopenCreateLiveCopyWizard()Combo action to open the create create live copy wizard from current context.CreatePageWizardopenCreatePageWizard()Combo action to open the create site wizard from current context.CreateSiteWizardopenCreateSiteWizard()Combo action to open the create site wizard from current context.CreateWorkflowWizardopenCreateWorkflowWizard()Combo action to open the create workflow wizard from current context.RestoreTreeWizardopenRestoreTreeWizard()Combo action to open the restore version wizard from current context.RestoreVersionWizardopenRestoreVersionWizard()Combo action to open the restore version wizard from current context.
-
-
-
Method Detail
-
openCreateSiteWizard
public CreateSiteWizard openCreateSiteWizard()
Combo action to open the create site wizard from current context.- Returns:
- the create site wizard.
-
openCreatePageWizard
public CreatePageWizard openCreatePageWizard()
Combo action to open the create site wizard from current context.- Returns:
- the create site wizard.
-
openCreateWorkflowWizard
public CreateWorkflowWizard openCreateWorkflowWizard()
Combo action to open the create workflow wizard from current context.- Returns:
- the create workflow wizard.
-
openCreateLiveCopyWizard
public CreateLiveCopyWizard openCreateLiveCopyWizard()
Combo action to open the create create live copy wizard from current context.- Returns:
- the create live copy wizard.
-
openActionBarCreate
public CoralAnchorList openActionBarCreate()
Open the action bar create action.- Returns:
- the list of possible action in the actionbar create.
-
openActionBarRestore
public CoralAnchorList openActionBarRestore()
Open the action bar restore action.- Returns:
- the list of possible action in the actionbar restore.
-
openRestoreVersionWizard
public RestoreVersionWizard openRestoreVersionWizard()
Combo action to open the restore version wizard from current context.- Returns:
- the restore version wizard.
-
openRestoreTreeWizard
public RestoreTreeWizard openRestoreTreeWizard()
Combo action to open the restore version wizard from current context.- Returns:
- the restore version wizard.
-
-