Class CreateWorkflowWizard.CreateWorkflowActions
- java.lang.Object
-
- com.adobe.cq.testing.selenium.pageobject.cq.sites.CreateWorkflowWizard.CreateWorkflowActions
-
- Enclosing class:
- CreateWorkflowWizard
public static final class CreateWorkflowWizard.CreateWorkflowActions extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PickeraddContent()Click on Add Content button and wait for the dialog.com.codeborne.selenide.SelenideElementgetAddContent()com.codeborne.selenide.SelenideElementgetIncludeChildren()com.codeborne.selenide.SelenideElementgetRemoveSelection()IncludeChildrenDialogincludeChildren()Click on Include Children button and wait for the dialog.DialogremoveSelection()Click on Remove Selection button and wait for the dialog.
-
-
-
Method Detail
-
getAddContent
public com.codeborne.selenide.SelenideElement getAddContent()
- Returns:
- The Add Content button element.
-
getIncludeChildren
public com.codeborne.selenide.SelenideElement getIncludeChildren()
- Returns:
- The Include Children button element.
-
getRemoveSelection
public com.codeborne.selenide.SelenideElement getRemoveSelection()
- Returns:
- The Remove Selection button element.
-
addContent
public Picker addContent()
Click on Add Content button and wait for the dialog.- Returns:
- the picker that is displayed.
-
removeSelection
public Dialog removeSelection()
Click on Remove Selection button and wait for the dialog.- Returns:
- the alert dialog that is displayed.
-
includeChildren
public IncludeChildrenDialog includeChildren()
Click on Include Children button and wait for the dialog.- Returns:
- the include children dialog that is displayed.
-
-