Class CreateWorkflowWizard
- java.lang.Object
-
- com.adobe.cq.testing.selenium.pagewidgets.common.BaseComponent
-
- com.adobe.cq.testing.selenium.pagewidgets.common.AEMBaseComponent
-
- com.adobe.cq.testing.selenium.pagewidgets.granite.Wizard
-
- com.adobe.cq.testing.selenium.pageobject.cq.sites.CreateWorkflowWizard
-
public final class CreateWorkflowWizard extends Wizard
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCreateWorkflowWizard.CreateWorkflowActions
-
Field Summary
-
Fields inherited from class com.adobe.cq.testing.selenium.pagewidgets.common.BaseComponent
cssSelector, currentElement
-
-
Constructor Summary
Constructors Constructor Description CreateWorkflowWizard()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateWorkflowWizard.CreateWorkflowActionsactions()Collectioncollection()booleanisOpened()CoralCheckboxkeepWorkflowPackage()com.codeborne.selenide.SelenideElementpackageTitle()voidselectModel(java.lang.String modelId)com.codeborne.selenide.SelenideElementtitle()-
Methods inherited from class com.adobe.cq.testing.selenium.pagewidgets.granite.Wizard
cancel, cancelButton, next, nextButton, open, previous, previousButton, stepList
-
Methods inherited from class com.adobe.cq.testing.selenium.pagewidgets.common.AEMBaseComponent
getAction, getTrackingElement, waitPageMasked, waitPageUnmasked, waitReady
-
Methods inherited from class com.adobe.cq.testing.selenium.pagewidgets.common.BaseComponent
adaptTo, click, element, getCssSelector, isExisting, isVisible, isVisibleWithinViewport, render, scrollTo, waitDisabled, waitEnabled, waitVanish, waitVisible
-
-
-
-
Method Detail
-
isOpened
public boolean isOpened()
- Returns:
- true if the wizard is opened.
-
selectModel
public void selectModel(java.lang.String modelId)
- Parameters:
modelId- set the model id.
-
title
public com.codeborne.selenide.SelenideElement title()
- Returns:
- the workflow title field element.
-
packageTitle
public com.codeborne.selenide.SelenideElement packageTitle()
- Returns:
- the workflow package title field element.
-
keepWorkflowPackage
public CoralCheckbox keepWorkflowPackage()
- Returns:
- the keep workflow package checkbox.
-
collection
public Collection collection()
- Returns:
- the collection associated to this wizard.
-
actions
public CreateWorkflowWizard.CreateWorkflowActions actions()
- Returns:
- possible actions in this wizard.
-
-